We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92d9ad commit a03f217Copy full SHA for a03f217
build.sbt
@@ -45,7 +45,7 @@ libraryDependencies ++= List(
45
"org.scalatest" %% "scalatest" % "3.2.9" % Test
46
)
47
48
-scalaVersion := "2.12.14"
+scalaVersion := "2.12.15"
49
50
// keep this as low as possible to avoid running into binary incompatibility such as https://github.com/sbt/sbt/issues/5049
51
pluginCrossBuild / sbtVersion := "1.2.1"
0 commit comments