We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1671e53 commit 61fec5aCopy full SHA for 61fec5a
1 file changed
build.sbt
@@ -88,7 +88,7 @@ lazy val core = (projectMatrix in file("core"))
88
.jsPlatform(
89
scalaVersions = scala2 ++ scala3,
90
settings = commonJsSettings ++ browserChromeTestSettings ++ Seq(
91
- libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.6.0"
+ libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.7.0"
92
)
93
94
.nativePlatform(
0 commit comments