File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ libraryDependencies ++= Seq(
50
50
" org.asynchttpclient" % " async-http-client" % " 2.0.39" % " provided" ,
51
51
" org.json4s" %% " json4s-jackson" % " 3.6.6" ,
52
52
" org.json4s" %% " json4s-ext" % " 3.6.6" ,
53
- " joda-time" % " joda-time" % " 2.8.2 " ,
53
+ " joda-time" % " joda-time" % " 2.10.1 " ,
54
54
" com.github.scopt" %% " scopt" % " 3.7.1" ,
55
55
" org.slf4j" % " slf4j-nop" % " 1.7.26" % " test" ,
56
56
" org.scalatest" %% " scalatest" % " 3.0.8" % " test"
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.18
1
+ sbt.version =1.2.8
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.0.0 " )
1
+ addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.2-1 " )
2
2
3
- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 1.1 " )
3
+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.5 " )
4
4
You can’t perform that action at this time.
0 commit comments