Skip to content

Commit 1c2595d

Browse files
Bump org.scalatest:scalatest_2.11 from 3.3.0-SNAP3 to 3.3.0-SNAP4
Bumps [org.scalatest:scalatest_2.11](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.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 42312fc commit 1c2595d

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
@@ -53,7 +53,7 @@ dependencies {
5353
val testScalaVersion = "$testScalaLibraryVersion.4"
5454

5555
compileOnly("org.junit.platform:junit-platform-engine:$junitPlatformVersion")
56-
compileOnly("org.scalatest:scalatest_2.11:3.3.0-SNAP3")
56+
compileOnly("org.scalatest:scalatest_2.11:3.3.0-SNAP4")
5757

5858
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion")
5959
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion")

0 commit comments

Comments
 (0)