Skip to content

Commit 5928aa8

Browse files
committed
sbt cross build version attempt
1 parent 8db7495 commit 5928aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
66
Global / scalaVersion := "2.12.13"
77

88
// crossBuildingSettings
9-
crossSbtVersions := Vector("1.1.6")
9+
crossSbtVersions := Vector("1.9.3")
1010

1111
Compile / scalacOptions ++= Seq("-deprecation")
1212
javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

0 commit comments

Comments
 (0)