Skip to content

Commit

Permalink
Merge pull request #6429 from eed3si9n/wip/bumplauncher
Browse files Browse the repository at this point in the history
Launcher 1.3.0
  • Loading branch information
eed3si9n committed Apr 4, 2021
2 parents c12daab + b78d111 commit 7c266e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0-M3"
val launcherVersion = "1.3.0"
val launcherInterface = "org.scala-sbt" % "launcher-interface" % launcherVersion
val rawLauncher = "org.scala-sbt" % "launcher" % launcherVersion
val testInterface = "org.scala-sbt" % "test-interface" % "1.0"
Expand Down

0 comments on commit 7c266e8

Please sign in to comment.