Merge pull request #7858 from eed3si9n/wip/bump_sbtn

sbtn 1.10.5
This commit is contained in:
eugene yokota 2024-11-03 11:41:13 -05:00 committed by GitHub
commit 135af2eb7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ val root = (project in file(".")).
file
},
// update sbt.sh at root
sbtnVersion := "1.10.4",
sbtnVersion := "1.10.5",
sbtnJarsBaseUrl := "https://github.com/sbt/sbtn-dist/releases/download",
sbtnJarsMappings := {
val baseUrl = sbtnJarsBaseUrl.value

2
sbt
View File

@ -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.4"
declare sbtn_version="1.10.5"
### ------------------------------- ###
### Helper methods for BASH scripts ###