Skip to content

Commit e96bd15

Browse files
Bump scalatest_2.13 from 3.2.0 to 3.3.0-SNAP3
Bumps [scalatest_2.13](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 d58e477 commit e96bd15

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.jupiter:junit-jupiter-engine:$junitJupiterVersion")
6363
testImplementation("org.junit.platform:junit-platform-engine:1.6.0")
64-
testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.2.0")
64+
testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.3.0-SNAP3")
6565
testImplementation("org.scala-lang:scala-library:$testScalaVersion")
6666
testImplementation("org.mockito:mockito-core:3.7.0")
6767
}

0 commit comments

Comments
 (0)