Skip to content

Commit

Permalink
Fix maven coords
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Dec 13, 2024
1 parent b7625eb commit 59f7179
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ maven.install(
"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_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",
"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")

##### Python dependencies #####
Expand Down

0 comments on commit 59f7179

Please sign in to comment.