Skip to content
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ object Dependencies {
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"
val liftJson = "net.liftweb" %% "lift-json" % "2.6.3"
val liftJson = "net.liftweb" %% "lift-json" % "3.5.0"
val slf4jJdk14 = "org.slf4j" % "slf4j-jdk14" % "1.7.36"
}