v1.2.0-SNAPSHOT

This commit is contained in:
Peter Taoussanis 2025-12-04 10:24:45 +01:00
parent 4cc4f45e7c
commit c6a71652d7
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
(defproject com.taoensso/telemere "1.1.0"
(defproject com.taoensso/telemere "1.2.0-SNAPSHOT"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Structured logs and telemetry for Clojure/Script"
:url "https://www.taoensso.com/telemere"
@ -50,7 +50,7 @@
[org.clojure/test.check "1.1.1"]
[org.clojure/tools.logging "1.3.0"]
[org.slf4j/slf4j-api "2.0.17"]
[com.taoensso/telemere-slf4j "1.1.0"]
[com.taoensso/telemere-slf4j "1.2.0-SNAPSHOT"]
#_[org.slf4j/slf4j-simple "2.0.16"]
#_[org.slf4j/slf4j-nop "2.0.16"]
#_[io.github.paintparty/bling "0.4.2"]

View file

@ -1,4 +1,4 @@
(defproject com.taoensso/telemere-slf4j "1.1.0"
(defproject com.taoensso/telemere-slf4j "1.2.0-SNAPSHOT"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Telemere backend/provider for SLF4J API v2"
:url "https://www.taoensso.com/telemere"
@ -18,7 +18,7 @@
{:dependencies
[[org.clojure/clojure "1.12.1"]
[org.slf4j/slf4j-api "2.0.17"]
[com.taoensso/telemere "1.1.0"]]}
[com.taoensso/telemere "1.2.0-SNAPSHOT"]]}
:dev
{:plugins