Skip to content

Commit

Permalink
Merge pull request #106 from helmethair-co/dependabot/gradle/org.scal…
Browse files Browse the repository at this point in the history
…atest-scalatest_2.11-3.3.0-SNAP4

Bump org.scalatest:scalatest_2.11 from 3.3.0-SNAP3 to 3.3.0-SNAP4
  • Loading branch information
giurim authored Apr 24, 2023
2 parents af84bda + bd4e2b9 commit 23ece7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
val testScalaVersion = "$testScalaLibraryVersion.4"

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

testImplementation("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion")
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion")
Expand Down

0 comments on commit 23ece7e

Please sign in to comment.