File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212 uses : actions/setup-java@v3
1313 with :
1414 distribution : temurin
15- java-version : 8
15+ java-version : 11
1616 - name : Build and Test
1717 run : |
1818 export DISPLAY=:99
Original file line number Diff line number Diff line change 11import java .io .PrintWriter
22import scala .io .Source
33
4- name := " selenium-4.13 "
4+ name := " selenium-4.16 "
55
66organization := " org.scalatestplus"
77
@@ -27,11 +27,12 @@ developers := List(
2727)
2828
2929scalaVersion := " 2.13.12"
30+
3031crossScalaVersions := List (" 2.11.12" , " 2.12.18" , " 2.13.12" , " 3.3.1" )
3132
3233libraryDependencies ++= Seq (
3334 " org.scalatest" %% " scalatest-core" % " 3.3.0-alpha.1" ,
34- " org.seleniumhq.selenium" % " selenium-java" % " 4.13.0 " ,
35+ " org.seleniumhq.selenium" % " selenium-java" % " 4.16.1 " ,
3536 " org.seleniumhq.selenium" % " htmlunit-driver" % " 4.13.0" ,
3637 " org.eclipse.jetty" % " jetty-webapp" % " 9.4.48.v20220622" % Test ,
3738 " org.scalatest" %% " scalatest-funspec" % " 3.3.0-alpha.1" % Test ,
You can’t perform that action at this time.
0 commit comments