Skip to content

Commit

Permalink
release 0.8.0 (#12)
Browse files Browse the repository at this point in the history
release 0.8.0
  • Loading branch information
kwark authored Aug 3, 2017
1 parent 1b9f2b3 commit cb60c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Versions: The table below lists the versions and their main dependencies
|0.5.0|2.11.x |2.4.x |3.1.x
|0.6.0|2.12.x or 2.11.x|2.4.x|3.2.0
|0.7.0|2.12.x or 2.11.x|2.5.x|3.2.0
|0.8.0-SNAPSHOT|2.12.x or 2.11.x|2.5.x|3.2.1
|0.8.0|2.12.x or 2.11.x|2.5.x|3.2.1
|===

So you just need to add the following dependency to your SBT dependencies
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val snapshotSuffix = "-SNAPSHOT"

version in ThisBuild := "0.8.0" + snapshotSuffix
version in ThisBuild := "0.8.0" //+ snapshotSuffix

isSnapshot := version.value.endsWith(snapshotSuffix)

0 comments on commit cb60c42

Please sign in to comment.