Skip to content

Commit a32789c

Browse files
committed
Build for ScalaTest 3.2.0-M4.
1 parent 42d1372 commit a32789c

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-2.45"
22

33
organization := "org.scalatestplus"
44

5-
version := "3.2.0.0-M2"
5+
version := "3.2.0.0-M4"
66

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

@@ -26,10 +26,10 @@ developers := List(
2626
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.10", "2.13.1")
2727

2828
libraryDependencies ++= Seq(
29-
"org.scalatest" %% "scalatest-core" % "3.2.0-M2",
29+
"org.scalatest" %% "scalatest-core" % "3.2.0-M4",
3030
"org.seleniumhq.selenium" % "selenium-java" % "2.45.0",
31-
"org.scalatest" %% "scalatest-funspec" % "3.2.0-M2" % "test",
32-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.0-M2" % "test",
31+
"org.scalatest" %% "scalatest-funspec" % "3.2.0-M4" % "test",
32+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.0-M4" % "test",
3333
"org.eclipse.jetty" % "jetty-server" % "9.4.12.v20180830" % "test",
3434
"org.eclipse.jetty" % "jetty-webapp" % "9.4.12.v20180830" % "test"
3535
)

0 commit comments

Comments
 (0)