Skip to content

Commit 612d736

Browse files
committed
specs update
1 parent 00246e9 commit 612d736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ buildInfoOptions += BuildInfoOption.BuildTime
2525

2626
// Test
2727

28-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.3.5" % Test
28+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.3.6" % Test
2929

3030
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Test
3131

3232
libraryDependencies += "com.typesafe" % "config" % "1.3.3" % Test
3333

3434
libraryDependencies += "joda-time" % "joda-time" % "2.10.1" % Test
3535

36-
libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.2" % Test
36+
libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.3" % Test
3737

3838
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.7.0" % Test
3939

0 commit comments

Comments
 (0)