Skip to content

Commit e70e4d8

Browse files
committed
Update readme
1 parent 4f9fa9a commit e70e4d8

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
@@ -30,7 +30,7 @@ Add `scalikejdbc-async` to your dependencies.
3030

3131
```scala
3232
libraryDependencies ++= 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
4343
val 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
```

0 commit comments

Comments
 (0)