We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425890f commit 1ca4194Copy full SHA for 1ca4194
build.sbt
@@ -3,7 +3,7 @@ import sbt._
3
import sbt.io.Using
4
5
val scalaVer = "2.12.7"
6
-val tzdbVersion = "2018e"
+val tzdbVersion = "2018f"
7
val scalaJavaTimeVer = "2.0.0-RC1-SNAPSHOT"
8
val scalaJavaTimeVersion = s"$scalaJavaTimeVer"
9
val scalaTZDBVersion = s"${scalaJavaTimeVer}_$tzdbVersion"
project/plugins.sbt
@@ -14,4 +14,4 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
14
15
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
16
17
-addSbtPlugin("io.github.cquiroz" % "sbt-tzdb" % "0.2.0")
+addSbtPlugin("io.github.cquiroz" % "sbt-tzdb" % "0.3.0")
0 commit comments