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

Commit

Permalink
Merge pull request #117 from jmcardon/0.0.1-M8
Browse files Browse the repository at this point in the history
Release 0.0.1-M8
  • Loading branch information
jmcardon authored Feb 17, 2018
2 parents 90d1468 + 8b3686d commit 71d9d52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/tut/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 71d9d52

Please sign in to comment.