Skip to content

Commit 23ece7e

Browse files
authored
Merge pull request #106 from helmethair-co/dependabot/gradle/org.scalatest-scalatest_2.11-3.3.0-SNAP4
Bump org.scalatest:scalatest_2.11 from 3.3.0-SNAP3 to 3.3.0-SNAP4
2 parents af84bda + bd4e2b9 commit 23ece7e

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)