From aab184467b567d4f5b4785277120bbfafeb0b8de 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:43:06 +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 a3bfaf66..e7ceda9f 100644 --- a/build.sbt +++ b/build.sbt @@ -186,7 +186,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) ) ) .jsSettings( - libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.6.0", + libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.7.0", scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule)) ) .nativeSettings(nativeSettings)