Skip to content

Commit

Permalink
Zinc 1.10.8 + sbtn 1.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Mar 3, 2025
1 parent 0c1fd9a commit 290431b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion launcher-package/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ val root = (project in file(".")).
file
},
// update sbt.sh at root
sbtnVersion := "1.10.5",
sbtnVersion := "1.10.8",
sbtnJarsBaseUrl := "https://github.com/sbt/sbtn-dist/releases/download",
sbtnJarsMappings := {
val baseUrl = sbtnJarsBaseUrl.value
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Dependencies {
private val ioVersion = nightlyVersion.getOrElse("1.10.4")
private val lmVersion =
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.10.4")
val zincVersion = nightlyVersion.getOrElse("1.10.7")
val zincVersion = nightlyVersion.getOrElse("1.10.8")

private val sbtIO = "org.scala-sbt" %% "io" % ioVersion

Expand Down
2 changes: 1 addition & 1 deletion sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ declare build_props_sbt_version=
declare use_sbtn=
declare no_server=
declare sbtn_command="$SBTN_CMD"
declare sbtn_version="1.10.5"
declare sbtn_version="1.10.8"
declare use_colors=1

### ------------------------------- ###
Expand Down

0 comments on commit 290431b

Please sign in to comment.