@@ -44,18 +44,18 @@ mainClass in (Compile, run) := Some("com.microWorkflow.jsonScalaPerftest.Main")
44
44
/* dependencies */
45
45
libraryDependencies ++= Seq (
46
46
" 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 " ,
51
51
" net.minidev" % " json-smart" % " 1.1.1" ,
52
52
" com.rojoma" %% " rojoma-json" % " 2.2.0" ,
53
53
" io.spray" %% " spray-json" % " 1.2.5" ,
54
54
" nl.grons" %% " metrics-scala" % " 2.2.0" ,
55
55
" fr.janalyse" %% " janalyse-jmx" % " 0.6.1" % " compile" ,
56
56
" net.sf.jopt-simple" % " jopt-simple" % " 4.4" ,
57
57
" play" % " play-json_2.10" % " 2.2-SNAPSHOT" ,
58
- " org.jfree" % " jfreechart" % " 1.0.14"
58
+ " org.jfree" % " jfreechart" % " 1.0.14"
59
59
)
60
60
61
61
/* you may need these repos */
0 commit comments