Skip to content

Commit 6bd3448

Browse files
Bump scalatest_2.11 from 3.2.0 to 3.3.0-SNAP3
Bumps [scalatest_2.11](https://github.com/scalatest/scalatest) from 3.2.0 to 3.3.0-SNAP3. - [Release notes](https://github.com/scalatest/scalatest/releases) - [Commits](https://github.com/scalatest/scalatest/commits) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 649aaea commit 6bd3448

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
@@ -52,7 +52,7 @@ dependencies {
5252
val junitJupiterVersion = "5.7.0"
5353

5454
compileOnly("org.junit.platform:junit-platform-engine:$junitPlatformVersion")
55-
compileOnly("org.scalatest:scalatest_2.11:3.2.0")
55+
compileOnly("org.scalatest:scalatest_2.11:3.3.0-SNAP3")
5656

5757
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion")
5858
testImplementation("org.junit.platform:junit-platform-launcher:$junitPlatformVersion")

0 commit comments

Comments
 (0)