Skip to content

Commit 70e4861

Browse files
committed
version 0.19.0
1 parent 2791c21 commit 70e4861

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Add `scalikejdbc-async` to your dependencies.
3030

3131
```scala
3232
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
3737
)
3838
```
3939

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lazy val _version = "0.19.0-SNAPSHOT"
1+
lazy val _version = "0.19.0"
22
lazy val scalikejdbcVersion = "4.2.0"
33
lazy val jasyncVersion = "2.2.4" // provided
44
lazy val postgresqlVersion = "42.7.1"

0 commit comments

Comments
 (0)