Skip to content

Commit

Permalink
Fixup generation (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger authored Jan 3, 2024
1 parent d4fc17e commit d6b8349
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ maven.install(
artifacts = [
"com.diffplug.spotless:spotless-lib:2.34.0",
"com.diffplug.spotless:spotless-lib-extra:2.34.0",
"com.google.code.findbugs:findbugs-annotations:3.0.1",
"com.google.googlejavaformat:google-java-format:1.15.0",
"com.google.protobuf:protobuf-java:3.21.7",
"org.eclipse.jdt:org.eclipse.jdt.core:3.27.0",
Expand Down
2 changes: 1 addition & 1 deletion dependencies/load_dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ def load_spotless_dependencies():
artifacts = [
"com.diffplug.spotless:spotless-lib:2.34.0",
"com.diffplug.spotless:spotless-lib-extra:2.34.0",
"com.google.code.findbugs:findbugs-annotations:3.0.1",
"com.google.googlejavaformat:google-java-format:1.15.0",
"com.google.protobuf:protobuf-java:3.21.7",
"org.eclipse.jdt:org.eclipse.jdt.core:3.27.0",
"org.eclipse.platform:org.eclipse.equinox.common:3.15.0",
"org.slf4j:slf4j-simple:2.0.0",
"com.google.code.findbugs:findbugs-annotations:3.0.1",
],
repositories = [
"https://repo1.maven.org/maven2",
Expand Down
1 change: 1 addition & 0 deletions generate/get_spotless_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def get_spotless_group():
("com.google.protobuf:protobuf-java", "3.21.7"),
("org.eclipse.jdt:org.eclipse.jdt.core", "3.27.0"),
("org.eclipse.platform:org.eclipse.equinox.common", "3.15.0"),
("com.google.code.findbugs:findbugs-annotations", "3.0.1"),
],
)

Expand Down

0 comments on commit d6b8349

Please sign in to comment.