Skip to content

Commit

Permalink
Merge pull request #291 from typelevel/update/scala-java-locales-1.5.1
Browse files Browse the repository at this point in the history
Update scala-java-locales to 1.5.1
  • Loading branch information
armanbilge committed May 11, 2023
2 parents f7651d4 + d66855a commit fdc4a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ lazy val testing = crossProject(JSPlatform, JVMPlatform, NativePlatform)
}
)
.platformsSettings(JSPlatform, NativePlatform)(
libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.5.0"
libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.5.1"
)
.nativeSettings(
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.3.0").toMap
Expand Down

0 comments on commit fdc4a4c

Please sign in to comment.