mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-27 05:38:25 +00:00
v1.0.0-alpha3 (2024-04-05)
This commit is contained in:
parent
323ba0e99c
commit
803b4a3017
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.taoensso/telemere "1.0.0-alpha2"
|
||||
(defproject com.taoensso/telemere "1.0.0-alpha3"
|
||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||
:description "Structured telemetry library for Clojure/Script"
|
||||
:url "https://www.taoensso.com/telemere"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.taoensso/slf4j-telemere "1.0.0-alpha2"
|
||||
(defproject com.taoensso/slf4j-telemere "1.0.0-alpha3"
|
||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||
:description "Telemere backend/provider for SLF4J API v2"
|
||||
:url "https://www.taoensso.com/telemere"
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
{:dependencies
|
||||
[[org.clojure/clojure "1.11.2"]
|
||||
[org.slf4j/slf4j-api "2.0.12"]
|
||||
[com.taoensso/telemere "1.0.0-alpha2"]]}
|
||||
[com.taoensso/telemere "1.0.0-alpha3"]]}
|
||||
|
||||
:dev
|
||||
{:plugins
|
||||
|
|
|
|||
Loading…
Reference in a new issue