Skip to content

Commit cba25b6

Browse files
authored
Merge pull request #297 from typelevel/update/scala-java-time-2.5.0
Update scala-java-time to 2.5.0
2 parents 440e95c + 7371c51 commit cba25b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ lazy val lambda = crossProject(JSPlatform, JVMPlatform)
109109
.jsSettings(
110110
libraryDependencies ++= Seq(
111111
"io.circe" %%% "circe-scalajs" % circeVersion,
112-
"io.github.cquiroz" %%% "scala-java-time" % "2.4.0"
112+
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0"
113113
)
114114
)
115115
.jvmSettings(

0 commit comments

Comments
 (0)