We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad885b commit 1f50f03Copy full SHA for 1f50f03
readme.md
@@ -29,7 +29,7 @@ libraryDependencies ++= Seq(
29
"com.h2database" % "h2" % "1.4.197", // your jdbc driver here
30
"org.scalikejdbc" %% "scalikejdbc" % "3.3.5",
31
"org.scalikejdbc" %% "scalikejdbc-config" % "3.3.5",
32
- "org.scalikejdbc" %% "scalikejdbc-play-initializer" % "2.7.0-scalikejdbc-3.3"
+ "org.scalikejdbc" %% "scalikejdbc-play-initializer" % "2.7.1-scalikejdbc-3.3"
33
)
34
```
35
0 commit comments