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 @@ -30,7 +30,7 @@ Add `scalikejdbc-async` to your dependencies.
3030
3131``` scala
3232libraryDependencies ++= Seq (
33- " org.scalikejdbc" %% " scalikejdbc-async" % " 0.5 .+" ,
33+ " org.scalikejdbc" %% " scalikejdbc-async" % " 0.6 .+" ,
3434 " com.github.mauricio" %% " postgresql-async" % " 0.2.+" ,
3535 " com.github.mauricio" %% " mysql-async" % " 0.2.+" ,
3636 " org.slf4j" % " slf4j-simple" % " 1.7.+" // slf4j implementation
@@ -41,8 +41,8 @@ If you're a Play2 user, use play-plugin too!
4141
4242``` scala
4343val appDependencies = Seq (
44- " org.scalikejdbc" %% " scalikejdbc-async" % " 0.5 .+" ,
45- " org.scalikejdbc" %% " scalikejdbc-async-play-plugin" % " 0.5 .+" ,
44+ " org.scalikejdbc" %% " scalikejdbc-async" % " 0.6 .+" ,
45+ " org.scalikejdbc" %% " scalikejdbc-async-play-plugin" % " 0.6 .+" ,
4646 " com.github.mauricio" %% " postgresql-async" % " 0.2.+"
4747)
4848```
You can’t perform that action at this time.
0 commit comments