Skip to content

Commit fd33449

Browse files
Update scala-java-time to 2.7.0
1 parent a4395c5 commit fd33449

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
@@ -261,7 +261,7 @@ lazy val log = crossProject(JSPlatform, JVMPlatform, NativePlatform)
261261
libraryDependencies ++= Seq(
262262
"io.circe" %%% "circe-core" % "0.14.15",
263263
"org.typelevel" %%% "log4cats-core" % "2.8.0",
264-
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0" % Test
264+
"io.github.cquiroz" %%% "scala-java-time" % "2.7.0" % Test
265265
)
266266
)
267267
.nativeSettings(

0 commit comments

Comments
 (0)