Skip to content

Commit

Permalink
Fix JuliaFormatter version to 1.x to avoid breaking changes of 2.x fo…
Browse files Browse the repository at this point in the history
…r now (#4216)
  • Loading branch information
lkastner authored Oct 17, 2024
1 parent 780f939 commit 97785ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/test_formatting.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Pkg
Pkg.activate(; temp=true)
Pkg.add("Test")
Pkg.add("JuliaFormatter")
Pkg.add(name="JuliaFormatter", version="1")
using Test
using JuliaFormatter

Expand Down

0 comments on commit 97785ad

Please sign in to comment.