We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eec2d6 commit 20379a6Copy full SHA for 20379a6
project/Dependencies.scala
@@ -5,6 +5,6 @@ object Dependencies {
5
val scalaSwing = "org.scala-lang.modules" %% "scala-swing" % "3.0.0"
6
val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.12.3"
7
val scopt = "com.github.scopt" %% "scopt" % "4.0.1"
8
- val liftJson = "net.liftweb" %% "lift-json" % "2.6.3"
+ val liftJson = "net.liftweb" %% "lift-json" % "3.5.0"
9
val slf4jJdk14 = "org.slf4j" % "slf4j-jdk14" % "1.7.35"
10
}
0 commit comments