We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85675d commit 126e77eCopy full SHA for 126e77e
README.md
@@ -27,7 +27,7 @@ case class ${table.scalaName}(
27
28
In `project/plugins.sbt`:
29
```sbt
30
-addSbtPlugin("com.github.cornerman" % "sbt-db-codegen" % "0.2.0")
+addSbtPlugin("com.github.cornerman" % "sbt-db-codegen" % "0.3.0")
31
```
32
33
In `build.sbt`:
@@ -71,7 +71,7 @@ The functions `executeSql` and `executeSqlFile` are provided for these kind of u
71
In `build.sc`:
72
```scala
73
import mill._, scalalib._
74
-import $ivy.`com.github.cornerman::mill-db-codegen:0.2.0`, dbcodegen.plugin.DbCodegenModule
+import $ivy.`com.github.cornerman::mill-db-codegen:0.3.0`, dbcodegen.plugin.DbCodegenModule
75
76
object backend extends ScalaModule with DbCodegenModule {
77
// The jdbc URL for the database
0 commit comments