Skip to content

Commit

Permalink
release version v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva committed Nov 23, 2019
1 parent 38458ee commit 56924e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,12 +23,12 @@

## Installation

scala-pool is currently available for Scala 2.13, 2.12, and 2.11, the latest version is `0.4.1`.
scala-pool is currently available for Scala 2.13, 2.12, and 2.11, the latest version is `0.4.3`.

To use it in an existing SBT project, add the following dependency to your `build.sbt`:

```scala
libraryDependencies += "io.github.andrebeat" %% "scala-pool" % "0.4.1"
libraryDependencies += "io.github.andrebeat" %% "scala-pool" % "0.4.3"
```

The latest snapshot version is also available:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -3,7 +3,7 @@ name := "scala-pool"
organization := "io.github.andrebeat"
startYear := Some(2015)

version := "0.5.0-SNAPSHOT"
version := "0.4.3"

scalaVersion := "2.13.1"

Expand Down

0 comments on commit 56924e5

Please sign in to comment.