Skip to content

Commit

Permalink
Merge pull request #7 from t2v/feature/release4.0
Browse files Browse the repository at this point in the history
Release4.0
  • Loading branch information
gakuzzzz authored Dec 7, 2016
2 parents 8f4f917 + 4a916b1 commit bc2b8e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ http://www.h3.dion.ne.jp/~sakatsu/holiday_logic.htm の Scala 移植版です。

# 導入

以下の記述を `build.sbt` `Build.scala` に足してください。
Scala2.9.1, 2.9.2, 2.9.3, 2.10.x, 2.11.x に対応しています。
以下の記述を `build.sbt` に足してください。
Scala2.9.1, 2.9.2, 2.9.3, 2.10.x, 2.11.x, 2.12.x に対応しています。

```scala
// Scala2.10.x ~ Scala2.12.x
libraryDependencies += "jp.t2v" %% "holidays" % "4.0"

// Scala2.9.x
libraryDependencies += "jp.t2v" %% "holidays" % "3.0"
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "holidays"

version := "3.0"
version := "4.0"

crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0")

Expand Down

0 comments on commit bc2b8e7

Please sign in to comment.