Skip to content

Commit 3f61bef

Browse files
authored
Update README.md
bump version numbers in readme
1 parent 6ab677e commit 3f61bef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ the Sonatype web UI will then send the artifacts to Maven Central.
1313
Add the plugin to the `project/plugins.sbt` file:
1414

1515
```
16-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.13")
16+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.14")
1717
```
1818

1919
Then, in your `build.sbt` add:
@@ -32,9 +32,9 @@ version := "<module version>"
3232
// The plugin uses `scalaVersionsByJvm` to set `crossScalaVersions in ThisBuild` according to the JVM major version.
3333
// The `scalaVersion in ThisBuild` is set to `crossScalaVersions.value.head`.
3434
scalaVersionsByJvm in ThisBuild := {
35-
val v211 = "2.11.11"
36-
val v212 = "2.12.2"
37-
val v213 = "2.13.0-M1"
35+
val v211 = "2.11.12"
36+
val v212 = "2.12.4"
37+
val v213 = "2.13.0-M3"
3838
3939
// Map[JvmMajorVersion, List[(ScalaVersion, UseForPublishing)]]
4040
Map(

0 commit comments

Comments
 (0)