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.
2 parents ae236ce + f73316e commit 43a0c05Copy full SHA for 43a0c05
1 file changed
build.sbt
@@ -83,7 +83,7 @@ lazy val testing = crossProject(JSPlatform, JVMPlatform, NativePlatform)
83
}
84
)
85
.platformsSettings(JSPlatform, NativePlatform)(
86
- libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.4.1"
+ libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.5.0"
87
88
.nativeSettings(
89
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.3.0").toMap
0 commit comments