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 f7651d4 + d66855a commit fdc4a4cCopy full SHA for fdc4a4c
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.5.0"
+ libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.5.1"
87
88
.nativeSettings(
89
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.3.0").toMap
0 commit comments