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 3bec286 commit c1012f4Copy full SHA for c1012f4
build.sbt
@@ -58,7 +58,7 @@ lazy val scalajavatime = crossProject.crossType(CrossType.Full).in(file("."))
58
TestNGPlugin.testNGSuites := Seq(((resourceDirectory in Test).value / "testng.xml").absolutePath)
59
).jsSettings(
60
libraryDependencies ++= Seq(
61
- "com.github.cquiroz" %%% "scala-java-locales" % "0.3.0-cldr29"
+ "com.github.cquiroz" %%% "scala-java-locales" % "0.3.0-cldr30"
62
)
63
64
0 commit comments