File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ Add `scalikejdbc-async` to your dependencies.
30
30
31
31
``` scala
32
32
libraryDependencies ++= Seq (
33
- " org.scalikejdbc" %% " scalikejdbc-async" % " 0.18 .+" ,
34
- " com.github.jasync-sql" % " jasync-postgresql" % " 2.2.+" ,
35
- " com.github.jasync-sql" % " jasync-mysql" % " 2.2.+" ,
36
- " org.slf4j" % " slf4j-simple" % " 1.7.+" // slf4j implementation
33
+ " org.scalikejdbc" %% " scalikejdbc-async" % " 0.19 .+" ,
34
+ " com.github.jasync-sql" % " jasync-postgresql" % " 2.2.+" , // Add this if you go with PostgreSQL
35
+ " com.github.jasync-sql" % " jasync-mysql" % " 2.2.+" , // Add this if you go with MySQL / MariaDB
36
+ " org.slf4j" % " slf4j-simple" % " 1.7.+" // Add you preferred slf4j implementation
37
37
)
38
38
```
39
39
Original file line number Diff line number Diff line change 1
- lazy val _version = " 0.19.0-SNAPSHOT "
1
+ lazy val _version = " 0.19.0"
2
2
lazy val scalikejdbcVersion = " 4.2.0"
3
3
lazy val jasyncVersion = " 2.2.4" // provided
4
4
lazy val postgresqlVersion = " 42.7.1"
You can’t perform that action at this time.
0 commit comments