Skip to content

Commit

Permalink
update README for 1.0.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshalm committed Sep 9, 2023
1 parent 8687d6e commit 1174d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Latest Release
--------------

* The latest stable release is version **0.19.3**.
* The latest milestone release is version **1.0.0-M3**.
* The latest milestone release is version **1.0.0-M4**.

The library is published to Maven Central for Scala 3, 2.13, 2.12 and supports cats-effect 3.x and Scala.js 1.x.
The sbt plugin is published for sbt 1.x.
Expand All @@ -30,7 +30,7 @@ while the 1.0 milestones are now published under `org.typelevel`:
addSbtPlugin("org.planet42" % "laika-sbt" % "0.19.3")

// for version 1.0.0-M2:
addSbtPlugin("org.typelevel" % "laika-sbt" % "1.0.0-M2")
addSbtPlugin("org.typelevel" % "laika-sbt" % "1.0.0-M4")
```

In case you still need support for older versions of Scala, sbt or cats-effect, please use:
Expand Down

0 comments on commit 1174d6d

Please sign in to comment.