File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ resolvers ++= Seq(
11
11
12
12
libraryDependencies ++= Seq (
13
13
" org.scalatest" %% " scalatest" % " 2.0" % " test" ,
14
- " com.typesafe.play" %% " play-json" % " 2.2.1" withSources() ,
15
- " io.argonaut" %% " argonaut" % " 6.0.2 " withSources() withJavadoc() ,
16
- " io.spray" %% " spray-json" % " 1.2.5" withSources() withJavadoc() ,
17
- " net.liftweb" %% " lift-json" % " 2.5.1" withSources() withJavadoc() ,
18
- " org.json4s" %% " json4s-native" % " 3.2.7" withSources() withJavadoc() ,
19
- " org.json4s" %% " json4s-jackson" % " 3.2.7" withSources() withJavadoc()
14
+ " com.typesafe.play" %% " play-json" % " 2.2.1" ,
15
+ " io.argonaut" %% " argonaut" % " 6.0.3 " ,
16
+ " io.spray" %% " spray-json" % " 1.2.5" ,
17
+ " net.liftweb" %% " lift-json" % " 2.5.1" ,
18
+ " org.json4s" %% " json4s-native" % " 3.2.7" ,
19
+ " org.json4s" %% " json4s-jackson" % " 3.2.7"
20
20
)
21
21
22
22
testOptions in Test += Tests .Argument (" -oD" )
You can’t perform that action at this time.
0 commit comments