From ef249176e96572c05050f36cb4235db62465ac14 Mon Sep 17 00:00:00 2001 From: Philos Kim Date: Fri, 8 Dec 2023 11:58:14 +0900 Subject: [PATCH] v0.9.1 --- README.adoc | 2 +- project.clj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 830c2a5..499c990 100644 --- a/README.adoc +++ b/README.adoc @@ -17,7 +17,7 @@ [listing] ---- -[philoskim/debux-stubs "0.9.0"] +[philoskim/debux-stubs "0.9.1"] ---- diff --git a/project.clj b/project.clj index a824635..de3ed9d 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ -(defproject philoskim/debux-stubs "0.9.0" +(defproject philoskim/debux-stubs "0.9.1" :description "Debux library for production" :url "https://github.com/philoskim/debux-stubs" :license {:name "Eclipse Public License - v 1.0" :url "http://www.eclipse.org/legal/epl-v10.html"} - :dependencies [[org.clojure/clojure "1.8.0" :scope "provided"]] + :dependencies [[org.clojure/clojure "1.10.0" :scope "provided"]] :source-paths ["src"])