Bump org.clojure/java.data to 0.1.2
This commit is contained in:
parent
371b7c05de
commit
7f7cc9d16d
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ Only accretive/fixative changes will be made from now on.
|
||||||
|
|
||||||
The following changes have been committed to the **master** branch since the 1.0.9 release:
|
The following changes have been committed to the **master** branch since the 1.0.9 release:
|
||||||
|
|
||||||
* None.
|
* Update `org.clojure/java.data` to `"0.1.2"` (which fixes a number of reflection warnings).
|
||||||
|
|
||||||
## Stable Builds
|
## Stable Builds
|
||||||
|
|
||||||
|
|
|
||||||
2
deps.edn
2
deps.edn
|
|
@ -1,6 +1,6 @@
|
||||||
{:paths ["src"]
|
{:paths ["src"]
|
||||||
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
|
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
|
||||||
org.clojure/java.data {:mvn/version "0.1.1"}}
|
org.clojure/java.data {:mvn/version "0.1.2"}}
|
||||||
:aliases
|
:aliases
|
||||||
{:test {:extra-paths ["test"]
|
{:test {:extra-paths ["test"]
|
||||||
:extra-deps {org.clojure/test.check {:mvn/version "0.10.0"}
|
:extra-deps {org.clojure/test.check {:mvn/version "0.10.0"}
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -37,7 +37,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.clojure</groupId>
|
<groupId>org.clojure</groupId>
|
||||||
<artifactId>java.data</artifactId>
|
<artifactId>java.data</artifactId>
|
||||||
<version>0.1.1</version>
|
<version>0.1.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue