Skip to content

Commit ba3f8d3

Browse files
committed
Update sbt
1 parent 360f280 commit ba3f8d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ libraryDependencies ++= Seq(
5050
"org.asynchttpclient" % "async-http-client" % "2.0.39" % "provided",
5151
"org.json4s" %% "json4s-jackson" % "3.6.6",
5252
"org.json4s" %% "json4s-ext" % "3.6.6",
53-
"joda-time" % "joda-time" % "2.8.2",
53+
"joda-time" % "joda-time" % "2.10.1",
5454
"com.github.scopt" %% "scopt" % "3.7.1",
5555
"org.slf4j" % "slf4j-nop" % "1.7.26" % "test",
5656
"org.scalatest" %% "scalatest" % "3.0.8" % "test"

project/build.properties

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

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
1+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")
22

3-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
3+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5")
44

0 commit comments

Comments
 (0)