Skip to content

Commit 126e77e

Browse files
committed
bump version 0.3.0
1 parent f85675d commit 126e77e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ case class ${table.scalaName}(
2727

2828
In `project/plugins.sbt`:
2929
```sbt
30-
addSbtPlugin("com.github.cornerman" % "sbt-db-codegen" % "0.2.0")
30+
addSbtPlugin("com.github.cornerman" % "sbt-db-codegen" % "0.3.0")
3131
```
3232

3333
In `build.sbt`:
@@ -71,7 +71,7 @@ The functions `executeSql` and `executeSqlFile` are provided for these kind of u
7171
In `build.sc`:
7272
```scala
7373
import mill._, scalalib._
74-
import $ivy.`com.github.cornerman::mill-db-codegen:0.2.0`, dbcodegen.plugin.DbCodegenModule
74+
import $ivy.`com.github.cornerman::mill-db-codegen:0.3.0`, dbcodegen.plugin.DbCodegenModule
7575

7676
object backend extends ScalaModule with DbCodegenModule {
7777
// The jdbc URL for the database

0 commit comments

Comments
 (0)