diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index aa1bbab..f6624d5 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -23,7 +23,7 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - run: ./mill squery.test - #- run: ./mill mill-plugin-itest + - run: ./mill mill-plugin-itest publish: needs: test diff --git a/mill-plugin-itest/src/h2/build.sc b/mill-plugin-itest/src/h2/build.sc index c5f5fb3..847bc19 100644 --- a/mill-plugin-itest/src/h2/build.sc +++ b/mill-plugin-itest/src/h2/build.sc @@ -16,7 +16,7 @@ object root extends ScalaModule with SqueryGeneratorModule with FlywayModule { def ivyDeps = Agg( ivy"com.zaxxer:HikariCP:4.0.3", ivy"com.h2database:h2:2.3.232", - ivy"ba.sake::squery:0.3.0-10-e7e6a2-SNAPSHOT" // TODO remove after https://github.com/lefou/mill-integrationtest/issues/198 + ivy"ba.sake::squery:0.3.0-14-8c8556-SNAPSHOT" // TODO remove after https://github.com/lefou/mill-integrationtest/issues/198 ) // TODO remove after https://github.com/lefou/mill-integrationtest/issues/198