From 0e1106ebd532975b754ac5e3ce33e4facf603419 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Nov 2022 14:35:25 +0000 Subject: [PATCH] Update locales-full-db, ... to 1.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] =