File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ lazy val seleniumJSEnv: Project = project.
8888 * guava stuff which in turn makes selenium fail.
8989 */
9090 " org.seleniumhq.selenium" % " selenium-server" % " 3.141.59" ,
91- " org.scala-js" %% " scalajs-js-envs" % scalaJSVersion ,
92- " org.scala-js" %% " scalajs-js-envs-test-kit" % scalaJSVersion % " test" ,
91+ " org.scala-js" %% " scalajs-js-envs" % " 1.1.1 " ,
92+ " org.scala-js" %% " scalajs-js-envs-test-kit" % " 1.1.1 " % " test" ,
9393 " com.novocode" % " junit-interface" % " 0.11" % " test"
9494 ),
9595
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.0 .0" )
1+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.2 .0" )
22
33addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 0.1.18" )
44
You can’t perform that action at this time.
0 commit comments