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)