We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce7473 commit 35bada8Copy full SHA for 35bada8
project/Dependencies.scala
@@ -1,7 +1,7 @@
1
import sbt._
2
3
object Dependencies {
4
- val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.3.2"
+ val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.3.3"
5
val scalaSwing = "org.scala-lang.modules" %% "scala-swing" % "3.0.0"
6
val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.11.2"
7
val scopt = "com.github.scopt" %% "scopt" % "4.0.1"
0 commit comments