File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ repositories {
4646}
4747
4848dependencies {
49- val junitPlatformVersion = " 1.9.3 "
49+ val junitPlatformVersion = " 1.10.0 "
5050 val junitJupiterVersion = " 5.9.3"
5151
5252 val testScalaLibraryVersion = " 2.13"
@@ -60,7 +60,7 @@ dependencies {
6060 testImplementation(" org.junit.jupiter:junit-jupiter-params:$junitJupiterVersion " )
6161 testImplementation(" org.junit.platform:junit-platform-launcher:$junitPlatformVersion " )
6262 testImplementation(" org.junit.platform:junit-platform-testkit:$junitPlatformVersion " )
63- testImplementation(" org.junit.platform:junit-platform-engine:1.9.3 " )
63+ testImplementation(" org.junit.platform:junit-platform-engine:1.10.0 " )
6464 testImplementation(" org.scalatest:scalatest_$testScalaLibraryVersion :3.3.0-SNAP4" )
6565 testImplementation(" org.scala-lang:scala-library:$testScalaVersion " )
6666 testImplementation(" org.mockito:mockito-core:4.11.0" )
You can’t perform that action at this time.
0 commit comments