Skip to content

Commit

Permalink
Update joda-time to 2.13.0 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
wartremover-bot[bot] authored and xuwei-k committed Sep 24, 2024
1 parent 7354093 commit 09d189b
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 @@ -99,7 +99,7 @@ lazy val coreSettings = Def.settings(
s"-Dplease-recompile-because-main-source-files-changed-${hash}"
},
libraryDependencies ++= Seq(
"joda-time" % "joda-time" % "2.12.7" % Test,
"joda-time" % "joda-time" % "2.13.0" % Test,
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % Test
)
)
Expand Down

0 comments on commit 09d189b

Please sign in to comment.