Merge pull request #7224 from eed3si9n/wip/launcher

Update to launcher 1.4.2
This commit is contained in:
eugene yokota 2023-04-29 22:35:40 -04:00 committed by GitHub
commit 6aa29b5d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ object Dependencies {
private val libraryManagementCore = "org.scala-sbt" %% "librarymanagement-core" % lmVersion
private val libraryManagementIvy = "org.scala-sbt" %% "librarymanagement-ivy" % lmVersion
val launcherVersion = "1.4.1"
val launcherVersion = "1.4.2"
val launcherInterface = "org.scala-sbt" % "launcher-interface" % launcherVersion
val rawLauncher = "org.scala-sbt" % "launcher" % launcherVersion
val testInterface = "org.scala-sbt" % "test-interface" % "1.0"

View File

@ -1 +1 @@
sbt.version=1.7.2
sbt.version=1.8.2