File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ the Sonatype web UI will then send the artifacts to Maven Central.
13
13
Add the plugin to the ` project/plugins.sbt ` file:
14
14
15
15
```
16
- addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.13 ")
16
+ addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.14 ")
17
17
```
18
18
19
19
Then, in your ` build.sbt ` add:
@@ -32,9 +32,9 @@ version := "<module version>"
32
32
// The plugin uses `scalaVersionsByJvm` to set `crossScalaVersions in ThisBuild` according to the JVM major version.
33
33
// The `scalaVersion in ThisBuild` is set to `crossScalaVersions.value.head`.
34
34
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 "
38
38
39
39
// Map[JvmMajorVersion, List[(ScalaVersion, UseForPublishing)]]
40
40
Map(
You can’t perform that action at this time.
0 commit comments