diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad679e37..5a398ec5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,9 +39,9 @@ jobs: uses: actions/cache@v2 with: path: ~/.embedmongo - key: ${{ runner.os }}-embedmongo-4.12.6 + key: ${{ runner.os }}-embedmongo-4.14.0 restore-keys: | - ${{ runner.os }}-embedmongo-4.12.6 + ${{ runner.os }}-embedmongo-4.14.0 ### Compile and TESTS ### - run: sbt -mem 2048 -J-Xmx5120m "test" env: diff --git a/build.sbt b/build.sbt index df3c9a75..b311782f 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.12.6" + val embedMongo = "4.14.0" val munitZio = "0.1.1" val zioTest = "2.0.22" val zioTestSbt = "2.0.22"