diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c33d3455..aee4650e 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.10.1 + key: ${{ runner.os }}-embedmongo-4.10.2 restore-keys: | - ${{ runner.os }}-embedmongo-4.10.1 + ${{ runner.os }}-embedmongo-4.10.2 ### Compile and TESTS ### - run: sbt -mem 2048 -J-Xmx5120m "test" env: diff --git a/build.sbt b/build.sbt index 2a774c1c..cffa8ab0 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ lazy val V = new { val logstash = "7.4" val jansi = "2.4.1" val mongo = "1.1.0-RC10" - val embedMongo = "4.10.1" + val embedMongo = "4.10.2" val munitZio = "0.1.1" val zioTest = "2.0.19" val zioTestSbt = "2.0.19"