@@ -30,7 +30,7 @@ Add `scalikejdbc-async` to your dependencies.
30
30
31
31
``` scala
32
32
libraryDependencies ++= Seq (
33
- " org.scalikejdbc" %% " scalikejdbc-async" % " 0.6 .+" ,
33
+ " org.scalikejdbc" %% " scalikejdbc-async" % " 0.7 .+" ,
34
34
" com.github.mauricio" %% " postgresql-async" % " 0.2.+" ,
35
35
" com.github.mauricio" %% " mysql-async" % " 0.2.+" ,
36
36
" org.slf4j" % " slf4j-simple" % " 1.7.+" // slf4j implementation
@@ -41,8 +41,8 @@ If you're a Play2 user, use play-plugin too!
41
41
42
42
``` scala
43
43
val 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 .+" ,
46
46
" com.github.mauricio" %% " postgresql-async" % " 0.2.+"
47
47
)
48
48
```
@@ -151,7 +151,7 @@ password: sa
151
151
Published binary files have the following copyright:
152
152
153
153
```
154
- Copyright 2013 - 2014 scalikejdbc.org
154
+ Copyright scalikejdbc.org
155
155
156
156
Apache License, Version 2.0
157
157
0 commit comments