Skip to content

Commit cb07f15

Browse files
author
Aish Fenton
committed
bump scalafmt
1 parent 993aa30 commit cb07f15

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

third_party/repositories/scala_2_12.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ artifacts = {
9595
],
9696
},
9797
"org_scalameta_scalafmt_core": {
98-
"artifact": "org.scalameta:scalafmt-core_2.12:2.3.2",
99-
"sha256": "4788e2045e99f4624162d3182016a05032a7ab1324c4a28af433aa070f916773",
98+
"artifact": "org.scalameta:scalafmt-core_2.12:3.7.1",
99+
"sha256": "ddb2150d935dee20746a2578ccf9bdfea7857d2d5be2e7153ccd6f1ee731ab32",
100100
"deps": [
101101
"@com_geirsson_metaconfig_core",
102102
"@com_geirsson_metaconfig_typesafe_config",

third_party/repositories/scala_2_13.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
scala_version = "2.13.6"
2-
scalameta_version = "4.7.3"
2+
scalameta_version = "4.3.22"
33

44
artifacts = {
55
"io_bazel_rules_scala_scala_library": {
@@ -99,8 +99,8 @@ artifacts = {
9999
],
100100
},
101101
"org_scalameta_scalafmt_core": {
102-
"artifact": "org.scalameta:scalafmt-core_2.13:2.7.4",
103-
"sha256": "873d98275f75b67c1e01094a24bafb29a588b7d05fdc508d3b1ba02f08d0c0d8",
102+
"artifact": "org.scalameta:scalafmt-core_2.13:3.7.1",
103+
"sha256": "d9cd90c7186c62a1e960d8ba9228a2e7c894b05cdbda7d1b102e595bc31f0cbe",
104104
"deps": [
105105
"@com_geirsson_metaconfig_core",
106106
"@com_geirsson_metaconfig_typesafe_config",

third_party/repositories/scala_3_1.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ artifacts = {
117117
],
118118
},
119119
"org_scalameta_scalafmt_core": {
120-
"artifact": "org.scalameta:scalafmt-core_2.13:2.7.4",
121-
"sha256": "873d98275f75b67c1e01094a24bafb29a588b7d05fdc508d3b1ba02f08d0c0d8",
120+
"artifact": "org.scalameta:scalafmt-core_2.13:3.7.1",
121+
"sha256": "d9cd90c7186c62a1e960d8ba9228a2e7c894b05cdbda7d1b102e595bc31f0cbe",
122122
"deps": [
123123
"@com_geirsson_metaconfig_core",
124124
"@com_geirsson_metaconfig_typesafe_config",

0 commit comments

Comments
 (0)