launcher 1.1.1

This commit is contained in:
Eugene Yokota 2019-08-02 15:56:59 -04:00
parent f0b54ca3a0
commit 1df9020249
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,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.0"
val launcherVersion = "1.1.1"
val launcherInterface = "org.scala-sbt" % "launcher-interface" % launcherVersion
val rawLauncher = "org.scala-sbt" % "launcher" % launcherVersion
val testInterface = "org.scala-sbt" % "test-interface" % "1.0"