Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Dec 11, 2018
1 parent c1c9217 commit 2a1080c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ For 1.8 projects, add this to your project.clj:
```clj
:dependencies [
[org.clojure/clojure "1.8.0"]
[clojure-future-spec "1.9.0-beta4"]
[clojure-future-spec "1.9.0"]
[org.clojure/test.check "0.9.0"] ;; only if you need generators
]
```
Expand Down
4 changes: 2 additions & 2 deletions project.clj
@@ -1,4 +1,4 @@
(defproject clojure-future-spec "1.9.0-beta4"
(defproject clojure-future-spec "1.9.0"
:description "Backport of clojure.spec for Clojure 1.8"
:url "https://github.com/tonsky/clojure-future-spec"
:license {:name "Eclipse Public License"
Expand All @@ -8,7 +8,7 @@

:profiles {
:1.9 {
:dependencies [[org.clojure/clojure "1.9.0-beta4"
:dependencies [[org.clojure/clojure "1.9.0"
:exclusions [org.clojure/specs.alpha
org.clojure/core.specs.alpha]]]
:test-paths ^:replace ["test" "test19"]
Expand Down

0 comments on commit 2a1080c

Please sign in to comment.