Skip to content

Commit 411e0b8

Browse files
committed
Update to scala 2.12.2 and scala 2.11.11
1 parent 88b3c59 commit 411e0b8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import TZDBTasks._
33

44
enablePlugins(MicrositesPlugin)
55

6-
val scalaVer = "2.11.8"
7-
val crossScalaVer = Seq(scalaVer, "2.10.6", "2.12.0")
6+
val scalaVer = "2.11.11"
7+
val crossScalaVer = Seq(scalaVer, "2.10.6", "2.12.2")
88

99
lazy val downloadFromZip: TaskKey[Unit] =
1010
taskKey[Unit]("Download the tzdb tarball and extract it")

changes.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
<body>
1111
<!-- types are add, fix, remove, update -->
1212
<release version="2.0.0-M11" date="2017-04-16" description="v2.0.0-M11">
13+
<action dev="cquiroz" type="update" >
14+
Support Hijrah chronology on scala.js
15+
</action>
16+
<action dev="cquiroz" type="update" >
17+
Update to scala 2.12.2
18+
</action>
19+
<action dev="cquiroz" type="update" >
20+
Update to scala 2.11.8
21+
</action>
1322
<action dev="cquiroz" type="update" >
1423
Port all tests to scalatest
1524
</action>

0 commit comments

Comments
 (0)