File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ Add `scalikejdbc-async` to your dependencies.
2727``` scala
2828libraryDependencies ++= 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!
3939val 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
You can’t perform that action at this time.
0 commit comments