Skip to content

Commit

Permalink
Releases version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
megazord committed Feb 24, 2015
1 parent 5a041f1 commit e0e3595
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 @@ -22,7 +22,7 @@ Here is how HikariCP is working for us:

| Version | HikariCP | Play |
|--------:|---------:|------:|
| 2.0.0-M4| 2.3.2 | 2.3.8 |
| 2.0.0 | 2.3.2 | 2.3.8 |
| 1.5.2 | 2.3.2 | 2.3.8 |
| 1.5.1 | 2.2.5 | 2.3.7 |
| 1.5.0 | 2.0.1 | 2.3.4 |
Expand Down Expand Up @@ -52,7 +52,7 @@ There are just a few steps to properly configure the plugin:

Add the following dependency to your `project/build.sbt` or `project/Build.scala`:

"com.edulify" %% "play-hikaricp" % "2.0.0-M4"
"com.edulify" %% "play-hikaricp" % "2.0.0"

### Step 2: Disable default `dbplugin`

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "play-hikaricp"

version := "2.0.0-M4"
version := "2.0.0"

scalaVersion := "2.11.5"

Expand Down

0 comments on commit e0e3595

Please sign in to comment.