File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ lazy val scalajavatime = crossProject(JVMPlatform, JSPlatform)
147
147
copyAndReplace(srcDirs, destinationDir)
148
148
}.taskValue,
149
149
libraryDependencies ++= Seq (
150
- " io.github.cquiroz" %%% " scala-java-locales" % " 0.5.6-cldr31+23-2e73f5f1 -SNAPSHOT"
150
+ " io.github.cquiroz" %%% " scala-java-locales" % " 0.5.6-cldr31+25-bc07eea7 -SNAPSHOT"
151
151
)
152
152
)
153
153
@@ -207,7 +207,7 @@ lazy val scalajavatimeTests = crossProject(JVMPlatform, JSPlatform)
207
207
copyAndReplace(srcDirs, destinationDir)
208
208
}.taskValue,
209
209
libraryDependencies ++= Seq (
210
- " io.github.cquiroz" %%% " locales-full-db" % " 0.5.6-cldr31+23-2e73f5f1 -SNAPSHOT"
210
+ " io.github.cquiroz" %%% " locales-full-db" % " 0.5.6-cldr31+25-bc07eea7 -SNAPSHOT"
211
211
)
212
212
)
213
213
.dependsOn(scalajavatime, scalajavatimeTZDB)
You can’t perform that action at this time.
0 commit comments