diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4209aa6b..90836c2b 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.9.2 + key: ${{ runner.os }}-embedmongo-4.9.3 restore-keys: | - ${{ runner.os }}-embedmongo-4.9.2 + ${{ runner.os }}-embedmongo-4.9.3 ### Compile and TESTS ### - run: sbt -mem 2048 -J-Xmx5120m "test" env: diff --git a/build.sbt b/build.sbt index 7ab8da06..2dfdcaa3 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ lazy val V = new { val logstash = "7.4" val jansi = "2.4.1" val mongo = "1.1.0-RC10" - val embedMongo = "4.9.2" + val embedMongo = "4.9.3" val munitZio = "0.1.1" val zioTest = "2.0.18" val zioTestSbt = "2.0.18"