Skip to content

Commit

Permalink
version 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jan 17, 2024
1 parent 2791c21 commit 70e4861
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Add `scalikejdbc-async` to your dependencies.

```scala
libraryDependencies ++= Seq(
"org.scalikejdbc" %% "scalikejdbc-async" % "0.18.+",
"com.github.jasync-sql" % "jasync-postgresql" % "2.2.+",
"com.github.jasync-sql" % "jasync-mysql" % "2.2.+",
"org.slf4j" % "slf4j-simple" % "1.7.+" // slf4j implementation
"org.scalikejdbc" %% "scalikejdbc-async" % "0.19.+",
"com.github.jasync-sql" % "jasync-postgresql" % "2.2.+", // Add this if you go with PostgreSQL
"com.github.jasync-sql" % "jasync-mysql" % "2.2.+", // Add this if you go with MySQL / MariaDB
"org.slf4j" % "slf4j-simple" % "1.7.+" // Add you preferred slf4j implementation
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lazy val _version = "0.19.0-SNAPSHOT"
lazy val _version = "0.19.0"
lazy val scalikejdbcVersion = "4.2.0"
lazy val jasyncVersion = "2.2.4" // provided
lazy val postgresqlVersion = "42.7.1"
Expand Down

0 comments on commit 70e4861

Please sign in to comment.