Skip to content

Commit

Permalink
scalatags-rx 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimush committed Jan 21, 2019
1 parent 772e70b commit 840d408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ ScalaTags-Rx is hosted on [Maven Central](http://search.maven.org/#search%7Cga%7
to get started, simply add the following to your `build.sbt`:

```scala
libraryDependencies += "com.timushev" %%% "scalatags-rx" % "0.3.0"
libraryDependencies += "com.timushev" %%% "scalatags-rx" % "0.4.0"
```

For the latest development version use:

```scala
resolvers += Resolver.sonatypeRepo("snapshots")

libraryDependencies += "com.timushev" %%% "scalatags-rx" % "0.2.0-SNAPSHOT"
libraryDependencies += "com.timushev" %%% "scalatags-rx" % "0.4.1-SNAPSHOT"
```
=
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.typesafe.sbt.SbtGit.git._

organization := "com.timushev"
name := "scalatags-rx"
version := "0.3.0"
version := "0.4.0"

version := {
(version.value, gitCurrentTags.value) match {
Expand Down

0 comments on commit 840d408

Please sign in to comment.