Skip to content

Commit

Permalink
Update scala-java-locales to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Nov 27, 2022
1 parent caadb19 commit 852088d
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.4.1"
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 852088d

Please sign in to comment.