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 158c730 commit f67021dCopy full SHA for f67021d
build.sbt
@@ -34,7 +34,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
34
)
35
.platformsSettings(JSPlatform, NativePlatform)(
36
libraryDependencies ++= Seq(
37
- "io.github.cquiroz" %%% "scala-java-locales" % "1.4.1"
+ "io.github.cquiroz" %%% "scala-java-locales" % "1.5.3"
38
39
40
0 commit comments