upgrade to clojure 1.9-alpha16
This commit is contained in:
parent
490df8aaa8
commit
fdd19b4a4c
|
@ -1,8 +1,8 @@
|
|||
(defproject org.arachne-framework/valuehash "0.1.0"
|
||||
(defproject org.arachne-framework/valuehash "0.1.1"
|
||||
:description "Value based hashing for Clojure data"
|
||||
:license {:name "Eclipse Public License"
|
||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||
:dependencies [[org.clojure/clojure "1.9.0-alpha14" :scope "provided"]
|
||||
:dependencies [[org.clojure/clojure "1.9.0-alpha16" :scope "provided"]
|
||||
[org.clojure/test.check "0.9.0" :scope "test"]
|
||||
[criterium "0.4.4" :scope "test"]]
|
||||
:repositories [["arachne-dev" "http://maven.arachne-framework.org/artifactory/arachne-dev"]])
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
(ns valuehash.specs
|
||||
(:require [clojure.spec :as s]))
|
||||
(:require [clojure.spec.alpha :as s]))
|
||||
|
||||
(def byte-array-class (class (byte-array 0)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue