Skip to content

Commit

Permalink
Remove cross-build for sbt 0.13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Oct 11, 2021
1 parent 5ad18e3 commit 54c3106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
Global / scalaVersion := "2.12.12"

// crossBuildingSettings
crossSbtVersions := Vector("0.13.17", "1.1.6")
crossSbtVersions := Vector("1.1.6")

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

0 comments on commit 54c3106

Please sign in to comment.