Skip to content

Commit 72177fc

Browse files
authored
Merge pull request #89 from cquiroz/0.5.3-release
Release 0.5.3
2 parents 1fecf37 + 9fab4a4 commit 72177fc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.5.3-cldl31
4+
5+
* Updated to scala.js 0.6.15
6+
* Updated to scala 2.11.11
7+
* Updated to scala 2.12.2
8+
39
## 0.5.2-cldl31
410

511
+* Improved SimpleDateFormat with a partial implementation of format

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lazy val downloadFromZip: TaskKey[Unit] =
88

99
val commonSettings: Seq[Setting[_]] = Seq(
1010
cldrVersion := "31",
11-
version := s"0.5.3-cldr${cldrVersion.value}-SNAPSHOT",
11+
version := s"0.5.3-cldr${cldrVersion.value}",
1212
organization := "io.github.cquiroz",
1313
scalaVersion := "2.11.11",
1414
crossScalaVersions := Seq("2.10.4", "2.11.11", "2.12.2"),

0 commit comments

Comments
 (0)