We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5e701a + a0a0496 commit c09aa77Copy full SHA for c09aa77
build.sbt
@@ -4,8 +4,8 @@ scalaModuleSettings
4
5
scalaVersionsByJvm in ThisBuild:={
6
valv211="2.11.11"
7
-valv212="2.12.2"
8
-valv213="2.13.0-M1"
+valv212="2.12.3"
+valv213="2.13.0-M2"
9
10
Map(
11
6->List(v211 ->true),
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.15
+sbt.version=0.13.16
project/plugins.sbt
-addSbtPlugin("org.scala-lang.modules"%"scala-module-plugin"%"1.0.8")
+addSbtPlugin("org.scala-lang.modules"%"sbt-scala-module"%"1.0.12")
0 commit comments