Skip to content

Commit c5244de

Browse files
committed
Bump Scalafmt to 3.8.3 in create_repository.py
This matches the version set in bazel-contrib#1631.
1 parent 5162cb2 commit c5244de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_repository.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"3.5.2",
2828
]
2929
SCALATEST_VERSION = "3.2.9"
30-
SCALAFMT_VERSION = "3.0.0"
30+
SCALAFMT_VERSION = "3.8.3"
3131
PROTOBUF_JAVA_VERSION = "4.28.2"
3232

3333
EXCLUDED_ARTIFACTS = set([

0 commit comments

Comments
 (0)