From 599fb8a9f73da2743c16a0b6d8c3b064028959c7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Dec 2022 11:07:50 +0000 Subject: [PATCH] Update scala-java-time to 2.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b26d9618..2bafa7a4 100644 --- a/build.sbt +++ b/build.sbt @@ -246,7 +246,7 @@ lazy val log = crossProject(JSPlatform, JVMPlatform, NativePlatform) libraryDependencies ++= Seq( "io.circe" %%% "circe-core" % "0.14.3", "org.typelevel" %%% "log4cats-core" % "2.5.0", - "io.github.cquiroz" %%% "scala-java-time" % "2.4.0" % Test + "io.github.cquiroz" %%% "scala-java-time" % "2.5.0" % Test ) ) .nativeSettings(commonNativeSettings)