Skip to content

Commit

Permalink
reval floating repl bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Sep 16, 2024
1 parent a948b60 commit 968a126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"resources"
"target/webly"]
:deps {org.pinkgorilla/webly {:mvn/version "0.7.694"}
org.pinkgorilla/goldly {:mvn/version "0.7.681"}
org.pinkgorilla/goldly {:mvn/version "0.7.682"}
org.pinkgorilla/pinkie {:mvn/version "0.5.232"}
org.pinkgorilla/clj-service {:mvn/version "0.3.20"}
org.pinkgorilla/oauth2 {:mvn/version "0.2.29"} ; oauth2 needs to be in docs, because of login-dialogs. rest can be loaded dynamically.
org.pinkgorilla/re-flow {:mvn/version "0.1.7"}
;; dev tools/testing
org.pinkgorilla/reval {:mvn/version "0.7.161"}
org.pinkgorilla/reval {:mvn/version "0.7.162"} ; currently also in goldly.
;org.pinkgorilla/devtools {:mvn/version "0.0.18"}
org.pinkgorilla/ui-binaryclock {:mvn/version "0.2.20"} ; binaryclock is useful for testing.
;; "ui design in general"
Expand Down

0 comments on commit 968a126

Please sign in to comment.