From 7e81457fa72620b7490de1e1e76a60870c4fb0df Mon Sep 17 00:00:00 2001 From: FrankApiyo Date: Fri, 6 May 2022 15:34:22 +0300 Subject: [PATCH] Bump milia version to 0.7.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ec3f690..79c3ac5 100644 --- a/project.clj +++ b/project.clj @@ -8,7 +8,7 @@ :milia-http-default-per-route "10" :milia-http-threads "20"}) -(defproject onaio/milia "0.6.0" +(defproject onaio/milia "0.7.0" :description "The ona.io Clojure Web API Client." :dependencies [;; CORE MILIA REQUIREMENTS [cheshire "5.10.1"]