Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcardon committed Feb 17, 2018
1 parent 7f8422b commit 8b3686d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ________________________________________
[ ![Latest Version](https://api.bintray.com/packages/jmcardon/tsec/tsec-common/images/download.svg) ](https://bintray.com/jmcardon/tsec/tsec-common/_latestVersion)


### Latest Release: 0.0.1-M7
### Latest Release: 0.0.1-M8

For the current progress, please refer to the [RoadMap](https://github.com/jmcardon/tsec/wiki)

Expand All @@ -35,7 +35,7 @@ internals shift as we find better/more performant abstractions.

We will guarantee compatibility between minor versions (i.e 0.0.1 => 0.0.2) but not major versions (0.0.1 => 0.1.0)

0.0.1-M7 is here for scala 2.12+ and Cats 1.0.0-RC2!
0.0.1-M9 is here for scala 2.12+ and Cats 1.0.1!

To get started, if you are on sbt 0.13.16+, add

Expand Down Expand Up @@ -65,7 +65,7 @@ resolvers += Resolver.bintrayRepo("jmcardon", "tsec")
To include any of these packages in your project use:

```scala
val tsecV = "0.0.1-M7"
val tsecV = "0.0.1-M8"
libraryDependencies ++= Seq(
"io.github.jmcardon" %% "tsec-common" % tsecV,
"io.github.jmcardon" %% "tsec-password" % tsecV,
Expand Down

0 comments on commit 8b3686d

Please sign in to comment.