Skip to content

Commit

Permalink
Update scala-java-time to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Dec 23, 2020
1 parent e347f52 commit cb549c0
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 @@ -57,7 +57,7 @@ lazy val `scalacheck-toolbox-datetime`: ProjectMatrix =
scalaVersions = allScalaVersions,
settings = Seq(
coverageEnabled := false,
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0" % Test
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.1.0" % Test
)
)

Expand Down

0 comments on commit cb549c0

Please sign in to comment.