diff --git a/README.md b/README.md index 405e6429..d8c5c681 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 @@ -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, diff --git a/build.sbt b/build.sbt index 2b339de1..e0385cc7 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,7 @@ lazy val commonSettings = Seq( fork in test := true, parallelExecution in test := false, addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.5"), - version in ThisBuild := "0.0.1-M7", + version in ThisBuild := "0.0.1-M8", scalacOpts ) diff --git a/docs/src/main/tut/index.md b/docs/src/main/tut/index.md index 204d4a24..6a07cb63 100644 --- a/docs/src/main/tut/index.md +++ b/docs/src/main/tut/index.md @@ -37,7 +37,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-M6 is here for scala 2.12+ and Cats 1.0.0-RC1! +0.0.1-M8 is here for scala 2.12+ and Cats 1.0.1! To get started, if you are on sbt 0.13.16+, add @@ -67,7 +67,7 @@ resolvers += Resolver.bintrayRepo("jmcardon", "tsec") To include any of these packages in your project use: ```scala -val tsecV = "0.0.1-M6" +val tsecV = "0.0.1-M8" libraryDependencies ++= Seq( "io.github.jmcardon" %% "tsec-common" % tsecV, "io.github.jmcardon" %% "tsec-password" % tsecV,