Skip to content

Commit b4376a7

Browse files
committed
change argonaut ver to "6.0.3"
1 parent 4ce1307 commit b4376a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ resolvers ++= Seq(
1111

1212
libraryDependencies ++= Seq(
1313
"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"
2020
)
2121

2222
testOptions in Test += Tests.Argument("-oD")

0 commit comments

Comments
 (0)