Skip to content

Commit

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

Bump org.scalatest:scalatest_2.13 from 3.3.0-SNAP3 to 3.3.0-SNAP4
  • Loading branch information
giurim authored Apr 24, 2023
2 parents 42312fc + 8efd35c commit af84bda
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 @@ -61,7 +61,7 @@ dependencies {
testImplementation("org.junit.platform:junit-platform-launcher:$junitPlatformVersion")
testImplementation("org.junit.platform:junit-platform-testkit:$junitPlatformVersion")
testImplementation("org.junit.platform:junit-platform-engine:1.6.0")
testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.3.0-SNAP3")
testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.3.0-SNAP4")
testImplementation("org.scala-lang:scala-library:$testScalaVersion")
testImplementation("org.mockito:mockito-core:4.11.0")
}
Expand Down

0 comments on commit af84bda

Please sign in to comment.