Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
:license {:name "MIT"
:url "https://github.com/CoNarrative/precept/blob/master/LICENSE"}
:dependencies [[org.clojure/clojure "1.9.0-alpha15"]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably want to bump this to alpha17 to keep in sync with Precept. https://github.com/CoNarrative/precept/blob/45a1912c05d71d79709cc347e9ab53b8fa48f6cb/project.clj#L6

[org.clojure/clojurescript "1.9.494"]
[precept "0.3.0-alpha"]
[org.clojure/clojurescript "1.9.854"]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this is the latest and greatest? Probably want to update Precept to this version or replace this with the version Precept is using. The projects in the precept/examples folder will be affected by this too.

[precept "0.4.0-alpha"]
[reagent "0.6.0"]
[secretary "1.2.3"]]

Expand All @@ -22,10 +22,10 @@
:profiles
{:dev
{:dependencies [[com.cemerick/piggieback "0.2.2-SNAPSHOT"]
[figwheel-sidecar "0.5.10-SNAPSHOT"]
[figwheel-sidecar "0.5.11"]
[binaryage/devtools "0.8.2"]]

:plugins [[lein-figwheel "0.5.10-SNAPSHOT"]]
:plugins [[lein-figwheel "0.5.11"]]

:repl-options {:init-ns user}

Expand Down