Skip to content

Commit

Permalink
Update scala-java-time to 2.3.0 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 16, 2021
1 parent 0635346 commit 4458971
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 @@ -371,7 +371,7 @@ lazy val zio = projectMatrix
.settings(
name := "zio",
testFrameworks := Seq(new TestFramework("weaver.framework.ZIO")),
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.2.2" % Test
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.3.0" % Test
)

// #################################################################################################
Expand Down

0 comments on commit 4458971

Please sign in to comment.