Skip to content

Commit 130abd9

Browse files
committed
Updated to use ScalaTest 3.2.2.
1 parent 42a6f25 commit 130abd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "selenium-3.141"
22

33
organization := "org.scalatestplus"
44

5-
version := "3.2.2.0-M2"
5+
version := "3.2.2.0"
66

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

@@ -27,13 +27,13 @@ scalaVersion := "2.13.3"
2727
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.12", "2.13.3", "0.26.0-RC1")
2828

2929
libraryDependencies ++= Seq(
30-
"org.scalatest" %% "scalatest-core" % "3.2.2-M2",
30+
"org.scalatest" %% "scalatest-core" % "3.2.2",
3131
"org.seleniumhq.selenium" % "selenium-java" % "3.141.59",
3232
"org.seleniumhq.selenium" % "htmlunit-driver" % "2.39.0",
3333
"org.eclipse.jetty" % "jetty-server" % "9.4.12.v20180830" % Test,
3434
"org.eclipse.jetty" % "jetty-webapp" % "9.4.12.v20180830" % Test,
35-
"org.scalatest" %% "scalatest-funspec" % "3.2.2-M2" % Test,
36-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.2-M2" % Test
35+
"org.scalatest" %% "scalatest-funspec" % "3.2.2" % Test,
36+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.2" % Test
3737
)
3838

3939
Test / scalacOptions ++= (if (isDotty.value) Seq("-language:implicitConversions") else Nil)

0 commit comments

Comments
 (0)