Skip to content

Commit

Permalink
Changed to use scalatest 3.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Feb 20, 2020
1 parent 443bf02 commit fbeb5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "selenium-2.45"

organization := "org.scalatestplus"

version := "3.1.0.0"
version := "3.1.1.0"

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

Expand All @@ -26,7 +26,7 @@ developers := List(
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.10", "2.13.1")

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.1.0",
"org.scalatest" %% "scalatest" % "3.1.1",
"org.seleniumhq.selenium" % "selenium-java" % "2.45.0",
"org.eclipse.jetty" % "jetty-server" % "9.4.12.v20180830" % "test",
"org.eclipse.jetty" % "jetty-webapp" % "9.4.12.v20180830" % "test"
Expand Down

0 comments on commit fbeb5f4

Please sign in to comment.