@@ -3,20 +3,20 @@ ScalaTest + JUnit provides integration support between ScalaTest and JUnit 5.
33
44** Usage**
55
6- To use it for ScalaTest 3.2.19 and JUnit 5.12 :
6+ To use it for ScalaTest 3.2.19 and JUnit 5.13 :
77
88SBT:
99
1010```
11- libraryDependencies += "org.scalatestplus" %% "junit-5-12 " % "3.2.19.0" % Test
11+ libraryDependencies += "org.scalatestplus" %% "junit-5-13 " % "3.2.19.0" % Test
1212```
1313
1414Maven:
1515
1616```
1717<dependency>
1818 <groupId>org.scalatestplus</groupId>
19- <artifactId>junit-5-12_3 </artifactId>
19+ <artifactId>junit-5-13_3 </artifactId>
2020 <version>3.2.19.0</version>
2121 <scope>test</scope>
2222</dependency>
@@ -29,9 +29,9 @@ dependencies {
2929 implementation "org.scala-lang:scala3-library:3.3.5"
3030
3131 testImplementation "org.scalatest:scalatest_3:3.2.19"
32- testImplementation "org.junit.platform:junit-platform-launcher:1.12.0 "
33- testRuntimeOnly "org.junit.platform:junit-platform-engine:1.12.0 "
34- testRuntimeOnly "org.scalatestplus:junit-5-12_3 :3.2.19.0"
32+ testImplementation "org.junit.platform:junit-platform-launcher:1.13.1 "
33+ testRuntimeOnly "org.junit.platform:junit-platform-engine:1.13.1 "
34+ testRuntimeOnly "org.scalatestplus:junit-5-13_3 :3.2.19.0"
3535}
3636
3737test {
@@ -51,9 +51,9 @@ dependencies {
5151 implementation("org.scala-lang:scala3-library:3.3.5")
5252
5353 testImplementation("org.scalatest:scalatest_3:3.2.19")
54- testRuntimeOnly("org.junit.platform:junit-platform-engine:1.12.0 ")
55- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.0 ")
56- testRuntimeOnly("org.scalatestplus:junit-5-12_3 :3.2.19.0")
54+ testRuntimeOnly("org.junit.platform:junit-platform-engine:1.13.1 ")
55+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1 ")
56+ testRuntimeOnly("org.scalatestplus:junit-5-13_3 :3.2.19.0")
5757}
5858
5959tasks {
0 commit comments