Skip to content

Commit 4847f5c

Browse files
committed
Make some scalatest dependencies as test scope.
1 parent c015029 commit 4847f5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 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-M1"
5+
version := "3.2.0.1-M1"
66

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

@@ -28,8 +28,8 @@ crossScalaVersions := List("2.10.7", "2.11.12", "2.12.10", "2.13.1")
2828
libraryDependencies ++= Seq(
2929
"org.scalatest" %% "scalatest-core" % "3.2.0-M1",
3030
"org.seleniumhq.selenium" % "selenium-java" % "2.45.0",
31-
"org.scalatest" %% "scalatest-funspec" % "3.2.0-M1",
32-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.0-M1",
31+
"org.scalatest" %% "scalatest-funspec" % "3.2.0-M1" % "test",
32+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.0-M1" % "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)