From 2499eeb939ff941d12101fecff9a159d7e122665 Mon Sep 17 00:00:00 2001 From: atala-dev <57987237+atala-dev@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:04:09 +0000 Subject: [PATCH] Update de.flapdoodle.embed.mongo to 4.12.0 in main (#196) Signed-off-by: atala-dev <57987237+atala-dev@users.noreply.github.com> Signed-off-by: Shailesh Patil --- .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 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"