Skip to content

Commit 6982b5e

Browse files
authored
Merge pull request #39 from helmethair-co/dependabot/gradle/org.scalatest-scalatest_2.11-3.3.0-SNAP3
Bump scalatest_2.11 from 3.2.0 to 3.3.0-SNAP3
2 parents 649aaea + 6bd3448 commit 6982b5e

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)