From 63320c5da09cf9040aed8500a346def85d9034f6 Mon Sep 17 00:00:00 2001 From: atala-dev <57987237+atala-dev@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:40:14 +0100 Subject: [PATCH] Update de.flapdoodle.embed.mongo to 4.9.2 in main (#98) --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49d31414..4209aa6b 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.7.2 + key: ${{ runner.os }}-embedmongo-4.9.2 restore-keys: | - ${{ runner.os }}-embedmongo-4.7.2 + ${{ runner.os }}-embedmongo-4.9.2 ### Compile and TESTS ### - run: sbt -mem 2048 -J-Xmx5120m "test" env: diff --git a/build.sbt b/build.sbt index ecebae1f..7ab8da06 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.7.2" + val embedMongo = "4.9.2" val munitZio = "0.1.1" val zioTest = "2.0.18" val zioTestSbt = "2.0.18"