Skip to content

Commit

Permalink
Bump org.scalatest:scalatest_2.13 from 3.2.15 to 3.3.0-SNAP4
Browse files Browse the repository at this point in the history
Bumps [org.scalatest:scalatest_2.13](https://github.com/scalatest/scalatest) from 3.2.15 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_2.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 12, 2023
1 parent 2778669 commit ea746a3
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 @@ -99,7 +99,7 @@ dependencies {
implementation "org.scala-lang:scala-library:${scalaBinaryVersion}"

// TEST Scala //
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.15"
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.3.0-SNAP4"
testImplementation 'com.vladsch.flexmark:flexmark-all:0.64.0'

// Linter Scala //
Expand Down

0 comments on commit ea746a3

Please sign in to comment.