mirror of https://github.com/sbt/sbt.git
deps: Launcher 1.5.1
This commit is contained in:
parent
9186f23839
commit
1e2efaeadf
|
|
@ -36,6 +36,8 @@ jobs:
|
||||||
java-version: "8"
|
java-version: "8"
|
||||||
cache: sbt
|
cache: sbt
|
||||||
- uses: sbt/setup-sbt@v1
|
- uses: sbt/setup-sbt@v1
|
||||||
|
with:
|
||||||
|
sbt-runner-version: 1.11.5
|
||||||
- name: Set up Python 3.12
|
- name: Set up Python 3.12
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
|
@ -70,7 +72,7 @@ jobs:
|
||||||
# test launcher script
|
# test launcher script
|
||||||
cd launcher-package
|
cd launcher-package
|
||||||
bin/coursier resolve
|
bin/coursier resolve
|
||||||
../sbt -Dsbt.build.version=$TEST_SBT_VER integrationTest/test
|
sbt -Dsbt.build.version=$TEST_SBT_VER integrationTest/test
|
||||||
# This fails due to the JLine issue
|
# This fails due to the JLine issue
|
||||||
# cd citest && ./test.sh
|
# cd citest && ./test.sh
|
||||||
- name: Client test (Windows)
|
- name: Client test (Windows)
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ object Dependencies {
|
||||||
private val libraryManagementCore = "org.scala-sbt" %% "librarymanagement-core" % lmVersion
|
private val libraryManagementCore = "org.scala-sbt" %% "librarymanagement-core" % lmVersion
|
||||||
private val libraryManagementIvy = "org.scala-sbt" %% "librarymanagement-ivy" % lmVersion
|
private val libraryManagementIvy = "org.scala-sbt" %% "librarymanagement-ivy" % lmVersion
|
||||||
|
|
||||||
val launcherVersion = "1.5.0"
|
val launcherVersion = "1.5.1"
|
||||||
val launcherInterface = "org.scala-sbt" % "launcher-interface" % launcherVersion
|
val launcherInterface = "org.scala-sbt" % "launcher-interface" % launcherVersion
|
||||||
val rawLauncher = "org.scala-sbt" % "launcher" % launcherVersion
|
val rawLauncher = "org.scala-sbt" % "launcher" % launcherVersion
|
||||||
val testInterface = "org.scala-sbt" % "test-interface" % "1.0"
|
val testInterface = "org.scala-sbt" % "test-interface" % "1.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue