Skip to content

Commit f82d516

Browse files
committed
Release 0.0.15-RC2
1 parent d6f4869 commit f82d516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add following dependency to your `build.sbt`:
1010

1111
```scala
1212
// for Slick 3.5 (Scala 2 / Scala 3)
13-
libraryDependencies += "com.github.takezoe" %% "blocking-slick" % "0.0.15-RC1"
13+
libraryDependencies += "com.github.takezoe" %% "blocking-slick" % "0.0.15-RC2"
1414

1515
// for Slick 3.4 (Scala 2)
1616
libraryDependencies += "com.github.takezoe" %% "blocking-slick" % "0.0.14"

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.0.15-RC1"
1+
ThisBuild / version := "0.0.15-RC2"

0 commit comments

Comments
 (0)