Skip to content

Commit

Permalink
Merge pull request #9 from cquiroz/0.3.2
Browse files Browse the repository at this point in the history
Update tzdb parser
  • Loading branch information
cquiroz authored Jan 12, 2019
2 parents 1e6e2a4 + 37553d5 commit 559c679
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
/*.dic
/.idea
*.iml
.ensime
.ensime_cache/
.metals/
.bloop/
/project/project/
/project/target/
shared/js/src/main/resources/
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## 0.3.2

* Bugfix on the tzdb parser

## 0.3.1

* Dependency updates
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val scalaVer = "2.12.8"
lazy val commonSettings = Seq(
name := "sbt-tzdb",
description := "Sbt plugin to build custom timezone databases",
version := "0.3.1",
version := "0.3.2",
organization := "io.github.cquiroz",
homepage := Some(url("https://github.com/cquiroz/sbt-tzdb")),
licenses := Seq("BSD 3-Clause License" -> url("https://opensource.org/licenses/BSD-3-Clause")),
Expand Down Expand Up @@ -37,10 +37,10 @@ lazy val sbt_tzdb = project
name := "sbt-tzdb",
sbtPlugin := true,
libraryDependencies ++= Seq(
"io.github.cquiroz" %% "kuyfi" % "0.9.2",
"io.github.cquiroz" %% "kuyfi" % "0.9.3",
"org.apache.commons" % "commons-compress" % "1.18",
"com.eed3si9n" %% "gigahorse-okhttp" % "0.3.1",
"com.github.pathikrit" %% "better-files" % "3.6.0",
"com.github.pathikrit" %% "better-files" % "3.7.0",
"org.typelevel" %% "cats-core" % "1.5.0",
"org.typelevel" %% "cats-effect" % "1.1.0"
),
Expand Down

0 comments on commit 559c679

Please sign in to comment.