0.11.0-SNAPSHOT is now available from clojars
This commit is contained in:
parent
be4c88f7d4
commit
e5a67724a0
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ Snapshot artifacts are [released to Clojars](https://clojars.org/com.novemberain
|
||||||
|
|
||||||
With Leiningen:
|
With Leiningen:
|
||||||
|
|
||||||
[com.novemberain/monger "0.10.0-SNAPSHOT"]
|
[com.novemberain/monger "0.11.0-SNAPSHOT"]
|
||||||
|
|
||||||
|
|
||||||
With Maven:
|
With Maven:
|
||||||
|
|
@ -28,7 +28,7 @@ With Maven:
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.novemberain</groupId>
|
<groupId>com.novemberain</groupId>
|
||||||
<artifactId>monger</artifactId>
|
<artifactId>monger</artifactId>
|
||||||
<version>0.10.0-SNAPSHOT</version>
|
<version>0.11.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue