Skip to content

Commit 20379a6

Browse files
Update lift-json to 3.5.0
1 parent 9eec2d6 commit 20379a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ object Dependencies {
55
val scalaSwing = "org.scala-lang.modules" %% "scala-swing" % "3.0.0"
66
val dispatchCore = "net.databinder.dispatch" %% "dispatch-core" % "0.12.3"
77
val scopt = "com.github.scopt" %% "scopt" % "4.0.1"
8-
val liftJson = "net.liftweb" %% "lift-json" % "2.6.3"
8+
val liftJson = "net.liftweb" %% "lift-json" % "3.5.0"
99
val slf4jJdk14 = "org.slf4j" % "slf4j-jdk14" % "1.7.35"
1010
}

0 commit comments

Comments
 (0)