diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 249e363a..572eb93c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,9 @@ jobs: uses: actions/cache@v2 with: path: ~/.embedmongo - key: ${{ runner.os }}-embedmongo-4.11.1 + key: ${{ runner.os }}-embedmongo-4.12.0 restore-keys: | - ${{ runner.os }}-embedmongo-4.11.1 + ${{ runner.os }}-embedmongo-4.12.0 ### Compile and TESTS ### - run: sbt -mem 2048 -J-Xmx5120m "test" env: diff --git a/build.sbt b/build.sbt index 30664f24..22f0d68c 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val V = new { val logstash = "7.4" val jansi = "2.4.1" val mongo = "1.1.0-RC10" - val embedMongo = "4.11.1" + val embedMongo = "4.12.0" val munitZio = "0.1.1" val zioTest = "2.0.19" val zioTestSbt = "2.0.19"