Skip to content

Commit

Permalink
FIX: :rebl :extra-deps closing paren missing
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Aug 24, 2020
1 parent 61b40ef commit bc6edb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@
org.openjfx/javafx-controls {:mvn/version "11.0.1"}
org.openjfx/javafx-swing {:mvn/version "11.0.1"}
org.openjfx/javafx-base {:mvn/version "11.0.1"}
org.openjfx/javafx-web {:mvn/version "11.0.1"}
org.openjfx/javafx-web {:mvn/version "11.0.1"}}
:main-opts ["-m" "cognitect.rebl"]}

:cognitect-rebl-java8
{:extra-deps {com.cognitect/rebl {:mvn/version "0.9.240"}}
:main-opts ["-m" "cognitect.rebl"]}
:cognitect-rebl-java8
{:extra-deps {com.cognitect/rebl {:mvn/version "0.9.240"}}
:main-opts ["-m" "cognitect.rebl"]}


;; nrebl.middleware
Expand Down

0 comments on commit bc6edb2

Please sign in to comment.