We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00246e9 commit 612d736Copy full SHA for 612d736
build.sbt
@@ -25,15 +25,15 @@ buildInfoOptions += BuildInfoOption.BuildTime
25
26
// Test
27
28
-libraryDependencies += "org.specs2" %% "specs2-core" % "4.3.5" % Test
+libraryDependencies += "org.specs2" %% "specs2-core" % "4.3.6" % Test
29
30
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Test
31
32
libraryDependencies += "com.typesafe" % "config" % "1.3.3" % Test
33
34
libraryDependencies += "joda-time" % "joda-time" % "2.10.1" % Test
35
36
-libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.2" % Test
+libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.3" % Test
37
38
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.7.0" % Test
39
0 commit comments