Skip to content

Commit

Permalink
fix: also bump our swc version under bzlmod
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Aug 10, 2023
1 parent e0937b8 commit b11fd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bazel_dep(name = "platforms", version = "0.0.4")
swc = use_extension("@aspect_rules_swc//swc:extensions.bzl", "swc")
swc.toolchain(
name = "swc",
swc_version = "v1.3.42",
swc_version = "v1.3.75",
)
use_repo(swc, "swc_toolchains")

Expand Down

0 comments on commit b11fd05

Please sign in to comment.