Skip to content

Commit

Permalink
bump scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aish Fenton committed Feb 4, 2023
1 parent 993aa30 commit cb07f15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions third_party/repositories/scala_2_12.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ artifacts = {
],
},
"org_scalameta_scalafmt_core": {
"artifact": "org.scalameta:scalafmt-core_2.12:2.3.2",
"sha256": "4788e2045e99f4624162d3182016a05032a7ab1324c4a28af433aa070f916773",
"artifact": "org.scalameta:scalafmt-core_2.12:3.7.1",
"sha256": "ddb2150d935dee20746a2578ccf9bdfea7857d2d5be2e7153ccd6f1ee731ab32",
"deps": [
"@com_geirsson_metaconfig_core",
"@com_geirsson_metaconfig_typesafe_config",
Expand Down
6 changes: 3 additions & 3 deletions third_party/repositories/scala_2_13.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
scala_version = "2.13.6"
scalameta_version = "4.7.3"
scalameta_version = "4.3.22"

artifacts = {
"io_bazel_rules_scala_scala_library": {
Expand Down Expand Up @@ -99,8 +99,8 @@ artifacts = {
],
},
"org_scalameta_scalafmt_core": {
"artifact": "org.scalameta:scalafmt-core_2.13:2.7.4",
"sha256": "873d98275f75b67c1e01094a24bafb29a588b7d05fdc508d3b1ba02f08d0c0d8",
"artifact": "org.scalameta:scalafmt-core_2.13:3.7.1",
"sha256": "d9cd90c7186c62a1e960d8ba9228a2e7c894b05cdbda7d1b102e595bc31f0cbe",
"deps": [
"@com_geirsson_metaconfig_core",
"@com_geirsson_metaconfig_typesafe_config",
Expand Down
4 changes: 2 additions & 2 deletions third_party/repositories/scala_3_1.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ artifacts = {
],
},
"org_scalameta_scalafmt_core": {
"artifact": "org.scalameta:scalafmt-core_2.13:2.7.4",
"sha256": "873d98275f75b67c1e01094a24bafb29a588b7d05fdc508d3b1ba02f08d0c0d8",
"artifact": "org.scalameta:scalafmt-core_2.13:3.7.1",
"sha256": "d9cd90c7186c62a1e960d8ba9228a2e7c894b05cdbda7d1b102e595bc31f0cbe",
"deps": [
"@com_geirsson_metaconfig_core",
"@com_geirsson_metaconfig_typesafe_config",
Expand Down

0 comments on commit cb07f15

Please sign in to comment.