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

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcardon committed Nov 3, 2017
1 parent 3833311 commit e5dca1e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,25 @@ ________________________________________
[![Join the chat at https://gitter.im/tsecc/Lobby](https://badges.gitter.im/tsecc/Lobby.svg)](https://gitter.im/tsecc/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/jmcardon/tsec.svg?branch=master)](https://travis-ci.org/jmcardon/tsec)

### Latest Release: 0.0.1-M2
### Latest Release: 0.0.1-M3

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

0.0.1-M2 is here for scala 2.12+ and Cats 1.0.0-MF!
0.0.1-M3 is here for scala 2.12+ and Cats 1.0.0-RC1!

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

```scala
resolvers += Resolver.bintrayRepo("jmcardon", "tsec")
resolvers += "jmcardon at bintray" at "https://dl.bintray.com/jmcardon/tsec"
```

or
or (with the sbt-bintray plugin)

```scala
resolvers += "jmcardon at bintray" at "https://dl.bintray.com/jmcardon/tsec"
resolvers += Resolver.bintrayRepo("jmcardon", "tsec")
```


| Name | Description | Examples |
| ----- | ---------- | -------- |
| tsec-common | Common crypto utilities | |
Expand All @@ -44,7 +45,7 @@ resolvers += "jmcardon at bintray" at "https://dl.bintray.com/jmcardon/tsec"
To include any of these packages in your project use:

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

0 comments on commit e5dca1e

Please sign in to comment.