Skip to content

Commit 91db0b4

Browse files
authored
Merge pull request #5 from cquiroz/locales-update
Update to the latest version of scala-java-locales
2 parents ec4f542 + bc81a57 commit 91db0b4

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
@@ -100,7 +100,7 @@ lazy val scalajavatime = crossProject.crossType(CrossType.Full).in(file("."))
100100
copyAndReplace(srcDirs, destinationDir)
101101
}.taskValue,
102102
libraryDependencies ++= Seq(
103-
"com.github.cquiroz" %%% "scala-java-locales" % "0.4.0-cldr30"
103+
"io.github.cquiroz" %%% "scala-java-locales" % "0.5.0-cldr30"
104104
)
105105
)
106106

0 commit comments

Comments
 (0)