Skip to content

Commit

Permalink
Merge pull request #168 from scala-steward/update/scala-java-locales-…
Browse files Browse the repository at this point in the history
…1.2.1

Update scala-java-locales to 1.2.1
  • Loading branch information
rossabaker authored Aug 6, 2021
2 parents 949e0b8 + 9783446 commit 24fd501
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 @@ -42,7 +42,7 @@ lazy val testing = crossProject(JSPlatform, JVMPlatform)
)
)
.jsSettings(
libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.2.0"
libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.2.1"
)
.dependsOn(core)

Expand Down

0 comments on commit 24fd501

Please sign in to comment.