Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update de.flapdoodle.embed.mongo to 4.12.2 in main #208

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.12.1
key: ${{ runner.os }}-embedmongo-4.12.2
restore-keys: |
${{ runner.os }}-embedmongo-4.12.1
${{ runner.os }}-embedmongo-4.12.2
### 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.12.1"
val embedMongo = "4.12.2"
val munitZio = "0.1.1"
val zioTest = "2.0.21"
val zioTestSbt = "2.0.21"
Expand Down
Loading