Skip to content

Commit

Permalink
Bump Scalafmt to 3.8.3 in create_repository.py
Browse files Browse the repository at this point in the history
This matches the version set in bazelbuild#1631.
  • Loading branch information
mbland committed Oct 30, 2024
1 parent 5162cb2 commit c5244de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"3.5.2",
]
SCALATEST_VERSION = "3.2.9"
SCALAFMT_VERSION = "3.0.0"
SCALAFMT_VERSION = "3.8.3"
PROTOBUF_JAVA_VERSION = "4.28.2"

EXCLUDED_ARTIFACTS = set([
Expand Down

0 comments on commit c5244de

Please sign in to comment.