Skip to content

Commit 5ae8b59

Browse files
committed
Merge branch '1.0.0-SNAP5'
2 parents b71f012 + 89c2dc5 commit 5ae8b59

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
@@ -1,8 +1,8 @@
1-
name := "scalatestplus-selenium"
1+
name := "selenium-2.45"
22

33
organization := "org.scalatestplus"
44

5-
version := "1.0.0-SNAP1"
5+
version := "3.1.0.0-RC3"
66

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

@@ -23,10 +23,10 @@ developers := List(
2323
)
2424
)
2525

26-
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.8", "2.13.0-M5")
26+
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.10", "2.13.0")
2727

2828
libraryDependencies ++= Seq(
29-
"org.scalatest" %% "scalatest" % "3.1.0-SNAP8",
29+
"org.scalatest" %% "scalatest" % "3.1.0-RC3",
3030
"org.seleniumhq.selenium" % "selenium-java" % "2.45.0",
3131
"org.eclipse.jetty" % "jetty-server" % "9.4.12.v20180830" % "test",
3232
"org.eclipse.jetty" % "jetty-webapp" % "9.4.12.v20180830" % "test"

0 commit comments

Comments
 (0)