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 66c3134 commit 40d818bCopy full SHA for 40d818b
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.1-cldr30"
+ "com.github.cquiroz" %%% "scala-java-locales" % "0.4.0-cldr30"
62
)
63
64
0 commit comments