Skip to content

Commit

Permalink
Add scala deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Dec 13, 2024
1 parent 294f520 commit b7625eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ maven.install(
"org.seleniumhq.selenium:selenium-remote-driver:4.27.0",
"org.seleniumhq.selenium:selenium-api:4.27.0",
"junit:junit:4.13.2",
"org.scalactic:scalactic_2.13:3.2.19",
"org.scalatest.scalatest_2.13:3.2.19",
"org.scalatest:scalatest-compatible:3.2.19",
"org.scalatest:scalatest-core_2.13:3.2.19",
"org.scalatest.scalatest-flatspec_2.13:3.2.19",
"org.scalatest.scalatest-matchers_core_2.13:3.2.19",
"org.scalatest.scalatest-mustmatchers_2.13:3.2.19",
],
)
use_repo(maven, "maven")
Expand Down

0 comments on commit b7625eb

Please sign in to comment.