Skip to content

Commit

Permalink
fix: Update sbt version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjanecek committed Dec 19, 2023
1 parent f820303 commit 2496f18
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ homepage := Some(url("https://github.com/sbt/sbt-native-packager"))
Global / onChangedBuildSource := ReloadOnSourceChanges
Global / scalaVersion := "2.12.12"

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

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.8
0.13.8
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.4
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion test-project-docker/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.4
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion test-project-jdkpackager/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.6
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion test-project-simple/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.6
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion test-project-windows/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.6
sbt.version=1.9.8

0 comments on commit 2496f18

Please sign in to comment.