Skip to content

Commit

Permalink
Release 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru committed Mar 10, 2017
1 parent 22c216b commit 93dc71d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ These are the people maintaining this project that you can annoy:
## Usage From SBT

```scala
dependencies += "io.monix" %% "shade" % "1.9.1"
dependencies += "io.monix" %% "shade" % "1.9.3"
```

### Initializing the Memcached Client
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "shade"

version := "1.9.2"
version := "1.9.3"

organization := "io.monix"

Expand Down Expand Up @@ -64,7 +64,7 @@ resolvers ++= Seq(
libraryDependencies ++= Seq(
"net.spy" % "spymemcached" % "2.12.2",
"org.slf4j" % "slf4j-api" % "1.7.23",
"io.monix" %% "monix-eval" % "2.2.2",
"io.monix" %% "monix-eval" % "2.2.3",
"ch.qos.logback" % "logback-classic" % "1.1.7" % Test,
"org.scalatest" %% "scalatest" % "3.0.1" % Test,
"org.scalacheck" %% "scalacheck" % "1.13.4" % Test
Expand Down
4 changes: 4 additions & 0 deletions release-notes/1.9.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.9.3 - Mar 10, 2017

- Updated Monix to version 2.2.3

# Version 1.9.2 - Feb 22, 2017

- Updated Monix to version 2.2.2
Expand Down

0 comments on commit 93dc71d

Please sign in to comment.