Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-maxwellelliott committed Mar 29, 2024
1 parent eda4ab5 commit a72a531
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions artifacts.bzl
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
""" Artifacts used to build bazel-diff """

load("@rules_jvm_external//:specs.bzl", "maven")

BAZEL_DIFF_MAVEN_ARTIFACTS = [
maven.artifact("junit", "junit", "4.13.2"),
maven.artifact("org.mockito.kotlin", "mockito-kotlin", "4.0.0", testonly = True),
maven.artifact("com.willowtreeapps.assertk", "assertk-jvm", "0.25", testonly = True),
maven.artifact("io.insert-koin", "koin-test-junit4", "3.1.6", testonly = True),
"info.picocli:picocli:jar:4.6.3",
"com.google.code.gson:gson:jar:2.9.0",
"com.google.guava:guava:31.1-jre",
"org.apache.commons:commons-pool2:2.11.1",
"com.willowtreeapps.assertk:assertk-jvm:0.25",
"info.picocli:picocli:jar:4.6.3",
"io.insert-koin:koin-core-jvm:3.1.6",
"io.insert-koin:koin-test-junit4:3.1.6",
"junit:junit:4.13.2",
"org.apache.commons:commons-pool2:2.11.1",
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2",
"org.mockito.kotlin:mockito-kotlin:4.0.0",
]

0 comments on commit a72a531

Please sign in to comment.