Skip to content

Commit

Permalink
Update quill to 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Sep 30, 2023
1 parent 53947e8 commit e024a82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions example/todo/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import mill._, scalalib._
trait AppModule extends CrossScalaModule{

def ivyDeps = Agg[Dep](
ivy"org.xerial:sqlite-jdbc:3.42.0.0",
ivy"io.getquill::quill-jdbc:4.6.1",
ivy"org.xerial:sqlite-jdbc:3.43.0.0",
ivy"io.getquill::quill-jdbc:4.7.3",
ivy"com.lihaoyi::scalatags:0.12.0",
ivy"org.slf4j:slf4j-simple:1.7.30",
ivy"org.slf4j:slf4j-simple:1.7.36",
)

object test extends ScalaTests with TestModule.Utest{
Expand Down
6 changes: 3 additions & 3 deletions example/todoDb/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import mill._, scalalib._
trait AppModule extends CrossScalaModule{

def ivyDeps = Agg[Dep](
ivy"org.xerial:sqlite-jdbc:3.42.0.0",
ivy"io.getquill::quill-jdbc:4.6.1",
ivy"org.slf4j:slf4j-simple:1.7.30"
ivy"org.xerial:sqlite-jdbc:3.43.0.0",
ivy"io.getquill::quill-jdbc:4.7.3",
ivy"org.slf4j:slf4j-simple:1.7.36"
)

object test extends ScalaTests with TestModule.Utest{
Expand Down

0 comments on commit e024a82

Please sign in to comment.