Skip to content

Commit 8efd35c

Browse files
Bump org.scalatest:scalatest_2.13 from 3.3.0-SNAP3 to 3.3.0-SNAP4
Bumps [org.scalatest:scalatest_2.13](https://github.com/scalatest/scalatest) from 3.3.0-SNAP3 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-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 42312fc commit 8efd35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
testImplementation("org.junit.platform:junit-platform-launcher:$junitPlatformVersion")
6262
testImplementation("org.junit.platform:junit-platform-testkit:$junitPlatformVersion")
6363
testImplementation("org.junit.platform:junit-platform-engine:1.6.0")
64-
testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.3.0-SNAP3")
64+
testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.3.0-SNAP4")
6565
testImplementation("org.scala-lang:scala-library:$testScalaVersion")
6666
testImplementation("org.mockito:mockito-core:4.11.0")
6767
}

0 commit comments

Comments
 (0)