Skip to content

Commit 1c57484

Browse files
committed
update version in readme
1 parent 0743f63 commit 1c57484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For ease of use, jdbc drivers as well as schemacrawler plugins for postgresql, m
3030

3131
In `project/plugins.sbt`:
3232
```sbt
33-
addSbtPlugin("com.github.cornerman" % "sbt-db-codegen" % "0.3.1")
33+
addSbtPlugin("com.github.cornerman" % "sbt-db-codegen" % "0.4.0")
3434
```
3535

3636
In `build.sbt`:
@@ -76,7 +76,7 @@ The functions `executeSql` and `executeSqlFile` are provided for these kind of u
7676
In `build.sc`:
7777
```scala
7878
import mill._, scalalib._
79-
import $ivy.`com.github.cornerman::mill-db-codegen:0.3.1`, dbcodegen.plugin._
79+
import $ivy.`com.github.cornerman::mill-db-codegen:0.4.0`, dbcodegen.plugin._
8080

8181
object backend extends ScalaModule with DbCodegenModule {
8282
// sources to trigger reloads when a file changes

0 commit comments

Comments
 (0)