Skip to content
Draft
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
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {
val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.3.3"
val scalaSwing = "org.scala-lang.modules" %% "scala-swing" % "3.0.0"
val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.12.3"
val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.13.4"
val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
val liftJson = "net.liftweb" %% "lift-json" % "2.6.3"
val slf4jJdk14 = "org.slf4j" % "slf4j-jdk14" % "1.7.36"
Expand Down