@@ -30,7 +30,7 @@ Add `scalikejdbc-async` to your dependencies.
3030
3131``` scala
3232libraryDependencies ++= Seq (
33- " org.scalikejdbc" %% " scalikejdbc-async" % " 0.6 .+" ,
33+ " org.scalikejdbc" %% " scalikejdbc-async" % " 0.7 .+" ,
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.6 .+" ,
45- " org.scalikejdbc" %% " scalikejdbc-async-play-plugin" % " 0.6 .+" ,
44+ " org.scalikejdbc" %% " scalikejdbc-async" % " 0.7 .+" ,
45+ " org.scalikejdbc" %% " scalikejdbc-async-play-plugin" % " 0.7 .+" ,
4646 " com.github.mauricio" %% " postgresql-async" % " 0.2.+"
4747)
4848```
@@ -151,7 +151,7 @@ password: sa
151151Published binary files have the following copyright:
152152
153153```
154- Copyright 2013 - 2014 scalikejdbc.org
154+ Copyright scalikejdbc.org
155155
156156Apache License, Version 2.0
157157
0 commit comments