Skip to content

Commit

Permalink
Merge pull request #254 from typelevel/update/scala-java-locales-1.4.0
Browse files Browse the repository at this point in the history
Update scala-java-locales to 1.4.0
  • Loading branch information
armanbilge authored Jun 4, 2022
2 parents 85fdd22 + ac8f3fd commit 1504f31
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 @@ -80,7 +80,7 @@ lazy val testing = crossProject(JSPlatform, JVMPlatform)
}
)
.jsSettings(
libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.2.1"
libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.4.0"
)
.dependsOn(core)

Expand Down

0 comments on commit 1504f31

Please sign in to comment.