Skip to content

Commit

Permalink
fix build. revert launcher version
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed May 14, 2023
1 parent 9c0a2c5 commit adef037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
val sbtLauncherDeps = "org.scala-sbt" % "launcher" % "1.4.2" % "runtime"
val sbtLauncherDeps = "org.scala-sbt" % "launcher" % "1.3.3" % "test"
val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.4.2"
val scalaSwing = "org.scala-lang.modules" %% "scala-swing" % "3.0.0"
val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.12.3"
Expand Down

0 comments on commit adef037

Please sign in to comment.