Skip to content

Commit bd07ba8

Browse files
author
Dragos Manolescu
committed
Updated to the latest versions of Jackson and lift
1 parent 78a1a92 commit bd07ba8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.sbt

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ mainClass in (Compile, run) := Some("com.microWorkflow.jsonScalaPerftest.Main")
4444
/* dependencies */
4545
libraryDependencies ++= Seq (
4646
"com.persist" %% "persist-json" % "0.13",
47-
"com.fasterxml.jackson.core" % "jackson-core" % "2.2.1",
48-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.2.1",
49-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.2.0",
50-
"net.liftweb" %% "lift-json" % "2.5-M4",
47+
"com.fasterxml.jackson.core" % "jackson-core" % "2.2.2",
48+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.2.2",
49+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.2.2",
50+
"net.liftweb" %% "lift-json" % "2.5.1",
5151
"net.minidev" % "json-smart" % "1.1.1",
5252
"com.rojoma" %% "rojoma-json" % "2.2.0",
5353
"io.spray" %% "spray-json" % "1.2.5",
5454
"nl.grons" %% "metrics-scala" % "2.2.0",
5555
"fr.janalyse" %% "janalyse-jmx" % "0.6.1" % "compile",
5656
"net.sf.jopt-simple" % "jopt-simple" % "4.4",
5757
"play" % "play-json_2.10" % "2.2-SNAPSHOT",
58-
"org.jfree" % "jfreechart" % "1.0.14"
58+
"org.jfree" % "jfreechart" % "1.0.14"
5959
)
6060

6161
/* you may need these repos */

0 commit comments

Comments
 (0)