Skip to content

Commit

Permalink
Update de.flapdoodle.embed.mongo to 4.12.0 in main (#196)
Browse files Browse the repository at this point in the history
Signed-off-by: atala-dev <57987237+atala-dev@users.noreply.github.com>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
  • Loading branch information
atala-dev authored and mineme0110 committed May 1, 2024
1 parent cb6193e commit 2499eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2499eeb

Please sign in to comment.