Skip to content

Commit

Permalink
Updated README.md to 3.2.19.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Sep 19, 2024
1 parent 6ecf846 commit 24246a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use it for ScalaTest 3.2.19 and JUnit 5.10:
SBT:

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

Maven:
Expand All @@ -17,7 +17,7 @@ Maven:
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>junit-5-10_3</artifactId>
<version>3.2.19.0</version>
<version>3.2.19.1</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -31,7 +31,7 @@ dependencies {
testImplementation "org.scalatest:scalatest_3:3.2.19"
testImplementation "org.junit.platform:junit-platform-launcher:1.10.2"
testRuntimeOnly "org.junit.platform:junit-platform-engine:1.10.2"
testRuntimeOnly "org.scalatestplus:junit-5-10_3:3.2.19.0"
testRuntimeOnly "org.scalatestplus:junit-5-10_3:3.2.19.1"
}
test {
Expand Down

0 comments on commit 24246a1

Please sign in to comment.