Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-ci-release-1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 authored Sep 17, 2024
2 parents ec6b7bc + d864f44 commit d8fc295
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ organization := "com.github.sbt"
homepage := Some(url("https://github.com/sbt/sbt-native-packager"))

Global / onChangedBuildSource := ReloadOnSourceChanges
Global / scalaVersion := "2.12.19"
Global / scalaVersion := "2.12.20"

// crossBuildingSettings
crossSbtVersions := Vector("1.1.6")
Expand All @@ -17,9 +17,9 @@ libraryDependencies ++= Seq(
// these dependencies have to be explicitly added by the user
"com.spotify" % "docker-client" % "8.16.0" % Provided,
"org.vafer" % "jdeb" % "1.10" % Provided artifacts Artifact("jdeb", "jar", "jar"),
"org.apache.commons" % "commons-compress" % "1.27.0",
"org.apache.commons" % "commons-compress" % "1.27.1",
// for jdkpackager
"org.apache.ant" % "ant" % "1.10.14",
"org.apache.ant" % "ant" % "1.10.15",
// workaround for the command line size limit
"com.github.eldis" % "tool-launcher" % "0.2.2",
"org.scalatest" %% "scalatest" % "3.2.19" % Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.2
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.2
2 changes: 1 addition & 1 deletion src/sbt-test/ash/top-level-main/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.2
2 changes: 1 addition & 1 deletion src/sbt-test/bash/top-level-main/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.2

0 comments on commit d8fc295

Please sign in to comment.