Skip to content

Commit d1bb0de

Browse files
authored
Merge pull request #38 from cquiroz/tzdb2017b
Updated timezone db to 2017b
2 parents 8fd23f6 + 60d3477 commit d1bb0de

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
@@ -59,7 +59,7 @@ lazy val root = project.in(file("."))
5959

6060
lazy val tzDbSettings = Seq(
6161
downloadFromZip := {
62-
val version = "2017a"
62+
val version = "2017b"
6363
val tzdbDir = (resourceDirectory in Compile).value / "tzdb"
6464
val tzdbTarball = (resourceDirectory in Compile).value / "tzdb.tar.gz"
6565
if (java.nio.file.Files.notExists(tzdbDir.toPath)) {

changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<action dev="cquiroz" type="update" >
1313
Updated to scala.js 0.6.15
1414
</action>
15+
<action dev="cquiroz" type="update" >
16+
Updated time zone db to 2017b
17+
</action>
1518
</release>
1619
<release version="2.0.0-M9" date="2017-02-19" description="v2.0.0-M9">
1720
<action dev="cquiroz" type="update" >

0 commit comments

Comments
 (0)