Skip to content

Commit cb60c42

Browse files
authored
release 0.8.0 (#12)
release 0.8.0
1 parent 1b9f2b3 commit cb60c42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Versions: The table below lists the versions and their main dependencies
2525
|0.5.0|2.11.x |2.4.x |3.1.x
2626
|0.6.0|2.12.x or 2.11.x|2.4.x|3.2.0
2727
|0.7.0|2.12.x or 2.11.x|2.5.x|3.2.0
28-
|0.8.0-SNAPSHOT|2.12.x or 2.11.x|2.5.x|3.2.1
28+
|0.8.0|2.12.x or 2.11.x|2.5.x|3.2.1
2929
|===
3030

3131
So you just need to add the following dependency to your SBT dependencies

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val snapshotSuffix = "-SNAPSHOT"
22

3-
version in ThisBuild := "0.8.0" + snapshotSuffix
3+
version in ThisBuild := "0.8.0" //+ snapshotSuffix
44

55
isSnapshot := version.value.endsWith(snapshotSuffix)

0 commit comments

Comments
 (0)