Skip to content

Commit 4363fa0

Browse files
committed
Adding 1.0.0 to Including.md
1 parent 9e092f8 commit 4363fa0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Including.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The core.cache releases and snapshots are stored in the following repositories:
1010

1111
You can use core.cache in your [Leiningen](https://github.com/technomancy/leiningen) projects with the following `:dependencies` directive in your `project.clj` file:
1212

13-
[org.clojure/core.cache "0.8.2"]
13+
[org.clojure/core.cache "1.0.0"]
1414

1515
## Maven
1616

@@ -19,7 +19,7 @@ For Maven-driven projects, use the following slice of XML in your `pom.xml`'s `<
1919
<dependency>
2020
<groupId>org.clojure</groupId>
2121
<artifactId>core.cache</artifactId>
22-
<version>0.8.2</version>
22+
<version>1.0.0</version>
2323
</dependency>
2424

2525
Enjoy!

0 commit comments

Comments
 (0)