Skip to content

Commit

Permalink
fix(deps): update dependency org.scalatest:scalatest_2.13 to v3.3.0-s…
Browse files Browse the repository at this point in the history
…nap4
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent b27ecd3 commit bf95263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ subprojects {
dependencies {
api "org.scala-lang:scala-library:${scalaLibraryVersion}"

testImplementation "org.scalatest:scalatest_${scalaVersion}:3.3.0-SNAP3"
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.3.0-SNAP4"
testImplementation "org.scalatestplus:junit-4-12_${scalaVersion}:3.1.3.0"
testImplementation "junit:junit:4.13.2"
}
Expand Down

0 comments on commit bf95263

Please sign in to comment.