From a3ed947a5b20022b0bf2faac21cf58bcf3d78320 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 05:42:50 +0000 Subject: [PATCH] Update scala-java-time to 2.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c22ab4ae..3f9a1b1b 100644 --- a/build.sbt +++ b/build.sbt @@ -112,7 +112,7 @@ lazy val lambda = crossProject(JSPlatform, JVMPlatform) .jsSettings( libraryDependencies ++= Seq( "io.circe" %%% "circe-scalajs" % circeVersion, - "io.github.cquiroz" %%% "scala-java-time" % "2.6.0" + "io.github.cquiroz" %%% "scala-java-time" % "2.7.0" ), scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule) } )