Skip to content

Commit

Permalink
Merge pull request #25 from xuwei-k/update-joda-time-2.10.3
Browse files Browse the repository at this point in the history
Update joda-time to 2.10.3
  • Loading branch information
gakuzzzz authored Jul 6, 2019
2 parents e5970e5 + 1152495 commit 1702c23
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 @@ -61,7 +61,7 @@ lazy val core = (project in file("core")).settings(commonSettings).settings(
lazy val joda = (project in file("joda")).settings(commonSettings).settings(
name := "holidays-joda",
libraryDependencies ++= Seq(
"joda-time" % "joda-time" % "2.10.2"
"joda-time" % "joda-time" % "2.10.3"
),
publishMavenStyle := true,
publish := { },
Expand Down

0 comments on commit 1702c23

Please sign in to comment.