File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ To use it for ScalaTest 3.2.19 and JUnit 5.10:
8
8
SBT:
9
9
10
10
```
11
- libraryDependencies += "org.scalatestplus" %% "junit-5-10" % "3.2.19.0 " % Test
11
+ libraryDependencies += "org.scalatestplus" %% "junit-5-10" % "3.2.19.1 " % Test
12
12
```
13
13
14
14
Maven:
17
17
<dependency>
18
18
<groupId>org.scalatestplus</groupId>
19
19
<artifactId>junit-5-10_3</artifactId>
20
- <version>3.2.19.0 </version>
20
+ <version>3.2.19.1 </version>
21
21
<scope>test</scope>
22
22
</dependency>
23
23
```
@@ -31,7 +31,7 @@ dependencies {
31
31
testImplementation "org.scalatest:scalatest_3:3.2.19"
32
32
testImplementation "org.junit.platform:junit-platform-launcher:1.10.2"
33
33
testRuntimeOnly "org.junit.platform:junit-platform-engine:1.10.2"
34
- testRuntimeOnly "org.scalatestplus:junit-5-10_3:3.2.19.0 "
34
+ testRuntimeOnly "org.scalatestplus:junit-5-10_3:3.2.19.1 "
35
35
}
36
36
37
37
test {
You can’t perform that action at this time.
0 commit comments