Skip to content

Commit

Permalink
Merge pull request #568 from scala-steward/update/joda-time-2.10.10
Browse files Browse the repository at this point in the history
joda-time 2.10.10 (was 2.10.9)
  • Loading branch information
ignasi35 authored Feb 22, 2021
2 parents 64c78f3 + 4e5863f commit 97a2051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ val jacksons = Seq(
).map(_ % jacksonVersion) ++ jacksonDatabind

val joda = Seq(
"joda-time" % "joda-time" % "2.10.9"
"joda-time" % "joda-time" % "2.10.10"
)

def scalaReflect(scalaVersion: String) = Seq(
Expand Down

0 comments on commit 97a2051

Please sign in to comment.