Skip to content

Commit ae40f16

Browse files
committed
dependency updates
1 parent 4ac614a commit ae40f16

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ resolvers +=
3939

4040
// Test
4141

42-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.7.1" % Test
42+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.8.0" % Test
4343

4444
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Test
4545

46-
libraryDependencies += "joda-time" % "joda-time" % "2.10.3" % Test
46+
libraryDependencies += "joda-time" % "joda-time" % "2.10.5" % Test
4747

4848
libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.7" % Test
4949

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.3.2
1+
sbt.version=1.3.3

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
1414

1515
// updates, release
1616

17-
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.3")
17+
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.0")
1818

1919
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.5")
2020

21-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
21+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12")
2222

2323
// paradox
2424
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.6.6")

0 commit comments

Comments
 (0)