Skip to content

Commit f7483dc

Browse files
committed
Fixed postgresql-async version on README
1 parent 0d39d43 commit f7483dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Add `scalikejdbc-async` to your dependencies.
2727
```scala
2828
libraryDependencies ++= Seq(
2929
"com.github.seratch" %% "scalikejdbc-async" % "[0.2,)",
30-
"com.github.mauricio" %% "postgresql-async" % "[0.2,)",
31-
"com.github.mauricio" %% "mysql-async" % "[0.2,)",
30+
"com.github.mauricio" %% "postgresql-async" % "0.2.8",
31+
"com.github.mauricio" %% "mysql-async" % "0.2.8",
3232
"org.slf4j" % "slf4j-simple" % "[1.7,)" // slf4j implementation
3333
)
3434
```
@@ -39,7 +39,7 @@ If you're a Play2 user, use play-plugin too!
3939
val appDependencies = Seq(
4040
"com.github.seratch" %% "scalikejdbc-async" % "[0.2,)",
4141
"com.github.seratch" %% "scalikejdbc-async-play-plugin" % "[0.2,)",
42-
"com.github.mauricio" %% "postgresql-async" % "[0.2,)"
42+
"com.github.mauricio" %% "postgresql-async" % "0.2.8"
4343
)
4444
```
4545

0 commit comments

Comments
 (0)