mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-17 01:51:10 +00:00
v1.2.0-SNAPSHOT
This commit is contained in:
parent
4cc4f45e7c
commit
c6a71652d7
2 changed files with 4 additions and 4 deletions
|
|
@ -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>"
|
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||||
:description "Structured logs and telemetry for Clojure/Script"
|
:description "Structured logs and telemetry for Clojure/Script"
|
||||||
:url "https://www.taoensso.com/telemere"
|
:url "https://www.taoensso.com/telemere"
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
[org.clojure/test.check "1.1.1"]
|
[org.clojure/test.check "1.1.1"]
|
||||||
[org.clojure/tools.logging "1.3.0"]
|
[org.clojure/tools.logging "1.3.0"]
|
||||||
[org.slf4j/slf4j-api "2.0.17"]
|
[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-simple "2.0.16"]
|
||||||
#_[org.slf4j/slf4j-nop "2.0.16"]
|
#_[org.slf4j/slf4j-nop "2.0.16"]
|
||||||
#_[io.github.paintparty/bling "0.4.2"]
|
#_[io.github.paintparty/bling "0.4.2"]
|
||||||
|
|
|
||||||
|
|
@ -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>"
|
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||||
:description "Telemere backend/provider for SLF4J API v2"
|
:description "Telemere backend/provider for SLF4J API v2"
|
||||||
:url "https://www.taoensso.com/telemere"
|
:url "https://www.taoensso.com/telemere"
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
{:dependencies
|
{:dependencies
|
||||||
[[org.clojure/clojure "1.12.1"]
|
[[org.clojure/clojure "1.12.1"]
|
||||||
[org.slf4j/slf4j-api "2.0.17"]
|
[org.slf4j/slf4j-api "2.0.17"]
|
||||||
[com.taoensso/telemere "1.1.0"]]}
|
[com.taoensso/telemere "1.2.0-SNAPSHOT"]]}
|
||||||
|
|
||||||
:dev
|
:dev
|
||||||
{:plugins
|
{:plugins
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue