Skip to content

Commit ec8c1dc

Browse files
authored
Merge pull request #40 from cquiroz/locales-update
Updated to the latest scala-java-locales
2 parents dfd254a + b43073c commit ec8c1dc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ lazy val scalajavatime = crossProject.crossType(CrossType.Full).in(file("."))
159159
}.taskValue,
160160
parallelExecution in Test := false,
161161
libraryDependencies ++= Seq(
162-
"io.github.cquiroz" %%% "scala-java-locales" % "0.3.2-cldr30"
162+
"io.github.cquiroz" %%% "scala-java-locales" % "0.3.3-cldr31"
163163
)
164164
)
165165

changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<action dev="cquiroz" type="update" >
1616
Updated time zone db to 2017b
1717
</action>
18+
<action dev="cquiroz" type="update" >
19+
Updated to scala-java-locales 0.3.3
20+
</action>
1821
</release>
1922
<release version="2.0.0-M9" date="2017-02-19" description="v2.0.0-M9">
2023
<action dev="cquiroz" type="update" >

0 commit comments

Comments
 (0)