Skip to content

Commit

Permalink
Adding dependency to firefox selenium driver as suggested by @murmelsson
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbernhardt committed Apr 20, 2016
1 parent a57c34f commit 867a864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CH10/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ scalaVersion := "2.11.7"
libraryDependencies ++= Seq(
"org.webjars" %% "webjars-play" % "2.4.0-1",
"org.webjars" % "jquery" % "2.1.4",
"org.seleniumhq.selenium" % "selenium-firefox-driver" % "2.53.0",
"org.scalatest" %% "scalatest" % "2.2.1" % "test",
"org.scalatestplus" %% "play" % "1.4.0-M4" % "test"
)
Expand All @@ -36,4 +37,4 @@ packageDescription := "This package installs the Play Application used as an exa

serverLoading in Debian := ServerLoader.Systemd

dockerExposedPorts in Docker := Seq(9000, 9443)
dockerExposedPorts in Docker := Seq(9000, 9443)

0 comments on commit 867a864

Please sign in to comment.