Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sbt._

object Dependencies {
val sbtLauncherDeps = "org.scala-sbt" % "launcher" % "1.5.1" % "test"
val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.5.1"
val sbtLauncherDeps = "org.scala-sbt" % "launcher" % "1.5.2" % "test"
val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.5.2"
val scalaSwing = "org.scala-lang.modules" %% "scala-swing" % "3.0.0"
val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.12.3"
val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
Expand Down