Skip to content

Commit 59350bd

Browse files
committed
Updated to version 3.2.12.1.
1 parent a583343 commit 59350bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use it for ScalaTest 3.2.12 and Selenium 4.1.x:
88
SBT:
99

1010
```
11-
libraryDependencies += "org.scalatestplus" %% "selenium-4-1" % "3.2.12.0" % "test"
11+
libraryDependencies += "org.scalatestplus" %% "selenium-4-1" % "3.2.12.1" % "test"
1212
```
1313

1414
Maven:
@@ -17,7 +17,7 @@ Maven:
1717
<dependency>
1818
<groupId>org.scalatestplus</groupId>
1919
<artifactId>selenium-4-1_2.13</artifactId>
20-
<version>3.2.12.0</version>
20+
<version>3.2.12.1</version>
2121
<scope>test</scope>
2222
</dependency>
2323
```

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name := "selenium-4.1"
55

66
organization := "org.scalatestplus"
77

8-
version := "3.2.12.0"
8+
version := "3.2.12.1"
99

1010
homepage := Some(url("https://github.com/scalatest/scalatestplus-selenium"))
1111

0 commit comments

Comments
 (0)