File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 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.
3030
3131``` scala
3232libraryDependencies ++= 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
3737)
3838```
3939
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"
22lazy val scalikejdbcVersion = " 4.2.0"
33lazy val jasyncVersion = " 2.2.4" // provided
44lazy val postgresqlVersion = " 42.7.1"
You can’t perform that action at this time.
0 commit comments