Skip to content

Commit

Permalink
Update sbt-interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainreuillon committed Jun 1, 2014
1 parent 9c4ad3c commit 3220663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/dependencies.scala
Expand Up @@ -5,7 +5,7 @@ object Dependencies {
val scopt = "com.github.scopt" %% "scopt" % "3.0.0"
val log4j = "log4j" % "log4j" % "1.2.17"
val dispatch = "net.databinder.dispatch" %% "dispatch-core" % "0.10.1"
val launcherInterface = "org.scala-sbt" % "launcher-interface" % "0.12.0"
val launcherInterface = "org.scala-sbt" % "launcher-interface" % "0.13.2"

def scalaCompiler(sv: String) = "org.scala-lang" % "scala-compiler" % sv

Expand Down

0 comments on commit 3220663

Please sign in to comment.