We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a16a24 commit c167c55Copy full SHA for c167c55
build.sbt
@@ -2,7 +2,7 @@ name := "scalatestplus-selenium"
2
3
organization := "org.scalatestplus"
4
5
-version := "1.0.0-M1"
+version := "1.0.0-M2"
6
7
homepage := Some(url("https://github.com/scalatest/scalatestplus-selenium"))
8
@@ -26,7 +26,7 @@ developers := List(
26
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.8", "2.13.0")
27
28
libraryDependencies ++= Seq(
29
- "org.scalatest" %% "scalatest" % "3.1.0-M1",
+ "org.scalatest" %% "scalatest" % "3.1.0-M2",
30
"org.seleniumhq.selenium" % "selenium-java" % "2.45.0",
31
"org.eclipse.jetty" % "jetty-server" % "9.4.12.v20180830" % "test",
32
"org.eclipse.jetty" % "jetty-webapp" % "9.4.12.v20180830" % "test"
0 commit comments