Skip to content

Commit c1012f4

Browse files
cquirozsoc
authored andcommitted
Update locales version using CLDR 30 (#44)
1 parent 3bec286 commit c1012f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ lazy val scalajavatime = crossProject.crossType(CrossType.Full).in(file("."))
5858
TestNGPlugin.testNGSuites := Seq(((resourceDirectory in Test).value / "testng.xml").absolutePath)
5959
).jsSettings(
6060
libraryDependencies ++= Seq(
61-
"com.github.cquiroz" %%% "scala-java-locales" % "0.3.0-cldr29"
61+
"com.github.cquiroz" %%% "scala-java-locales" % "0.3.0-cldr30"
6262
)
6363
)
6464

0 commit comments

Comments
 (0)