Skip to content

Commit fdc4a4c

Browse files
authored
Merge pull request #291 from typelevel/update/scala-java-locales-1.5.1
Update scala-java-locales to 1.5.1
2 parents f7651d4 + d66855a commit fdc4a4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ lazy val testing = crossProject(JSPlatform, JVMPlatform, NativePlatform)
8383
}
8484
)
8585
.platformsSettings(JSPlatform, NativePlatform)(
86-
libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.5.0"
86+
libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.5.1"
8787
)
8888
.nativeSettings(
8989
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.3.0").toMap

0 commit comments

Comments
 (0)