Skip to content

Commit

Permalink
Update joda-time to 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 4, 2019
1 parent a6a7671 commit 31834e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ lazy val scanamo = (project in file("scanamo"))
"com.github.mpilquist" %% "simulacrum" % "0.19.0",
// Use Joda for custom conversion example
"org.joda" % "joda-convert" % "2.2.1" % Provided,
"joda-time" % "joda-time" % "2.10.2" % Test,
"joda-time" % "joda-time" % "2.10.3" % Test,
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
"org.scalacheck" %% "scalacheck" % "1.14.0" % Test
)
Expand Down Expand Up @@ -265,7 +265,7 @@ lazy val joda = (project in file("joda"))
.settings(
libraryDependencies ++= List(
"org.joda" % "joda-convert" % "2.2.1" % Provided,
"joda-time" % "joda-time" % "2.10.2",
"joda-time" % "joda-time" % "2.10.3",
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
"org.scalacheck" %% "scalacheck" % "1.13.5" % Test,
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.2.5" % Test
Expand Down

0 comments on commit 31834e1

Please sign in to comment.