diff --git a/build.sbt b/build.sbt index a412c2661..fa456fc5c 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val versions: Map[String, String] = { val scalaVer = versions("2.13") val scala3Ver = versions("3") val tzdbVersion = "2019c" -val scalajavaLocalesVersion = "1.4.1" +val scalajavaLocalesVersion = "1.5.0" Global / onChangedBuildSource := ReloadOnSourceChanges lazy val downloadFromZip: TaskKey[Unit] =