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.
1 parent 8db7495 commit 5928aa8Copy full SHA for 5928aa8
build.sbt
@@ -6,7 +6,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
6
Global / scalaVersion := "2.12.13"
7
8
// crossBuildingSettings
9
-crossSbtVersions := Vector("1.1.6")
+crossSbtVersions := Vector("1.9.3")
10
11
Compile / scalacOptions ++= Seq("-deprecation")
12
javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
0 commit comments