File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ lazy val root = project.in(file("."))
59
59
60
60
lazy val tzDbSettings = Seq (
61
61
downloadFromZip := {
62
- val version = " 2017a "
62
+ val version = " 2017b "
63
63
val tzdbDir = (resourceDirectory in Compile ).value / " tzdb"
64
64
val tzdbTarball = (resourceDirectory in Compile ).value / " tzdb.tar.gz"
65
65
if (java.nio.file.Files .notExists(tzdbDir.toPath)) {
Original file line number Diff line number Diff line change 12
12
<action dev =" cquiroz" type =" update" >
13
13
Updated to scala.js 0.6.15
14
14
</action >
15
+ <action dev =" cquiroz" type =" update" >
16
+ Updated time zone db to 2017b
17
+ </action >
15
18
</release >
16
19
<release version =" 2.0.0-M9" date =" 2017-02-19" description =" v2.0.0-M9" >
17
20
<action dev =" cquiroz" type =" update" >
You can’t perform that action at this time.
0 commit comments