Skip to content

Commit

Permalink
Update dependency org.scalatest:scalatest_2.13 to v3.3.0-SNAP3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and augi committed Mar 16, 2023
1 parent daec6cc commit cfed0a5
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.2.0"
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.3.0-SNAP3"
testImplementation "org.scalatestplus:junit-4-12_${scalaVersion}:3.1.3.0"
testImplementation "junit:junit:4.13.2"
}
Expand Down

0 comments on commit cfed0a5

Please sign in to comment.