Skip to content

Commit 40d818b

Browse files
committed
Update version of scala-java-locales to 0.4.0
1 parent 66c3134 commit 40d818b

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.1-cldr30"
61+
"com.github.cquiroz" %%% "scala-java-locales" % "0.4.0-cldr30"
6262
)
6363
)
6464

0 commit comments

Comments
 (0)