Skip to content

Commit

Permalink
⬆️ Bump org.scalatest:scalatest-flatspec_3 (#53)
Browse files Browse the repository at this point in the history
Bumps [org.scalatest:scalatest-flatspec_3](https://github.com/scalatest/scalatest) from 3.2.16 to 3.3.0-SNAP4.
- [Release notes](https://github.com/scalatest/scalatest/releases)
- [Commits](https://github.com/scalatest/scalatest/commits)

---
updated-dependencies:
- dependency-name: org.scalatest:scalatest-flatspec_3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent c41ac26 commit e320ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
testImplementation("io.netty:netty-bom:4.1.96.Final")
testImplementation("io.gatling:gatling-core:${gatlingVersion}")

testImplementation("org.scalatest:scalatest-flatspec_3:3.2.16")
testImplementation("org.scalatest:scalatest-flatspec_3:3.3.0-SNAP4")
testImplementation("org.scalatest:scalatest-shouldmatchers_3:3.2.16")
testImplementation("org.scalatest:scalatest_3:3.3.0-SNAP4")

Expand Down

0 comments on commit e320ae9

Please sign in to comment.