launcher 1.1.5

This commit is contained in:
Eugene Yokota 2020-09-21 23:52:48 -04:00
parent e1b64f7e5b
commit eb8498a026
1 changed files with 1 additions and 1 deletions

View File

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