mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-18 10:11:10 +00:00
v1.0.0-SNAPSHOT
This commit is contained in:
parent
262c6d4324
commit
ce9864a57b
3 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject com.taoensso/telemere "1.0.0-beta24"
|
(defproject com.taoensso/telemere "1.0.0-SNAPSHOT"
|
||||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||||
:description "Structured telemetry library for Clojure/Script"
|
:description "Structured telemetry library for Clojure/Script"
|
||||||
:url "https://www.taoensso.com/telemere"
|
:url "https://www.taoensso.com/telemere"
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
:scm {:name "git" :url "https://github.com/taoensso/telemere"}
|
:scm {:name "git" :url "https://github.com/taoensso/telemere"}
|
||||||
|
|
||||||
:dependencies
|
:dependencies
|
||||||
[[com.taoensso/encore "3.120.0"]]
|
[[com.taoensso/encore "3.121.0-SNAPSHOT"]]
|
||||||
|
|
||||||
:test-paths ["test" #_"src"]
|
:test-paths ["test" #_"src"]
|
||||||
|
|
||||||
|
|
@ -50,8 +50,8 @@
|
||||||
[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.16"]
|
[org.slf4j/slf4j-api "2.0.16"]
|
||||||
[com.taoensso/telemere-shell "1.0.0-beta24"]
|
[com.taoensso/telemere-shell "1.0.0-SNAPSHOT"]
|
||||||
[com.taoensso/telemere-slf4j "1.0.0-beta24"]
|
[com.taoensso/telemere-slf4j "1.0.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"]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject com.taoensso/telemere-shell "1.0.0-beta24"
|
(defproject com.taoensso/telemere-shell "1.0.0-SNAPSHOT"
|
||||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||||
:description "Minimal Telemere shell API for library authors, etc."
|
:description "Minimal Telemere shell API for library authors, etc."
|
||||||
:url "https://www.taoensso.com/telemere"
|
:url "https://www.taoensso.com/telemere"
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
{:dependencies
|
{:dependencies
|
||||||
[[org.clojure/clojurescript "1.11.132"]
|
[[org.clojure/clojurescript "1.11.132"]
|
||||||
[org.clojure/clojure "1.12.0"]
|
[org.clojure/clojure "1.12.0"]
|
||||||
[com.taoensso/telemere "1.0.0-beta24"]]}
|
[com.taoensso/telemere "1.0.0-SNAPSHOT"]]}
|
||||||
|
|
||||||
:dev
|
:dev
|
||||||
{:plugins
|
{:plugins
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject com.taoensso/telemere-slf4j "1.0.0-beta24"
|
(defproject com.taoensso/telemere-slf4j "1.0.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.0"]
|
[[org.clojure/clojure "1.12.0"]
|
||||||
[org.slf4j/slf4j-api "2.0.16"]
|
[org.slf4j/slf4j-api "2.0.16"]
|
||||||
[com.taoensso/telemere "1.0.0-beta24"]]}
|
[com.taoensso/telemere "1.0.0-SNAPSHOT"]]}
|
||||||
|
|
||||||
:dev
|
:dev
|
||||||
{:plugins
|
{:plugins
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue