Skip to content

Commit

Permalink
Merge pull request #81 from metosin/fix-repl
Browse files Browse the repository at this point in the history
fix: remove broken virgil profile
  • Loading branch information
opqdonut authored Sep 17, 2024
2 parents e87e3c8 + 4f2ed82 commit 9eecbc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
[com.clojure-goes-fast/clj-async-profiler "1.2.2"]
[criterium "0.4.6"]]
:global-vars {*warn-on-reflection* true}}
:virgil {:plugins [[lein-virgil "0.1.9"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.11.3"]]}
:1.9 {:dependencies [[org.clojure/clojure "1.11.3"]]}
:jmh {:jvm-opts ["-Dclojure.compiler.direct-linking=true"]}
Expand All @@ -43,4 +42,4 @@
"-Dclojure.compiler.direct-linking=true"]}}
:aliases {"all" ["with-profile" "default:dev:default:dev,1.8:dev,1.9"]
"perf" ["with-profile" "default,dev,perf"]
"repl" ["with-profile" "default,dev,virgil" "repl"]})
"repl" ["with-profile" "default,dev" "repl"]})

0 comments on commit 9eecbc3

Please sign in to comment.