Skip to content

Commit 24246a1

Browse files
committed
Updated README.md to 3.2.19.1.
1 parent 6ecf846 commit 24246a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use it for ScalaTest 3.2.19 and JUnit 5.10:
88
SBT:
99

1010
```
11-
libraryDependencies += "org.scalatestplus" %% "junit-5-10" % "3.2.19.0" % Test
11+
libraryDependencies += "org.scalatestplus" %% "junit-5-10" % "3.2.19.1" % Test
1212
```
1313

1414
Maven:
@@ -17,7 +17,7 @@ Maven:
1717
<dependency>
1818
<groupId>org.scalatestplus</groupId>
1919
<artifactId>junit-5-10_3</artifactId>
20-
<version>3.2.19.0</version>
20+
<version>3.2.19.1</version>
2121
<scope>test</scope>
2222
</dependency>
2323
```
@@ -31,7 +31,7 @@ dependencies {
3131
testImplementation "org.scalatest:scalatest_3:3.2.19"
3232
testImplementation "org.junit.platform:junit-platform-launcher:1.10.2"
3333
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"
3535
}
3636
3737
test {

0 commit comments

Comments
 (0)