Skip to content

Commit

Permalink
v1.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Aug 20, 2024
1 parent 067a8c8 commit c1b4bb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/telemere "1.0.0-beta19"
(defproject com.taoensso/telemere "1.0.0-SNAPSHOT"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Structured telemetry library for Clojure/Script"
:url "https://www.taoensso.com/telemere"
Expand Down Expand Up @@ -45,7 +45,7 @@
[[org.clojure/test.check "1.1.1"]
[org.clojure/tools.logging "1.3.0"]
[org.slf4j/slf4j-api "2.0.14"]
[com.taoensso/slf4j-telemere "1.0.0-beta19"]
[com.taoensso/slf4j-telemere "1.0.0-SNAPSHOT"]
#_[org.slf4j/slf4j-simple "2.0.14"]
#_[org.slf4j/slf4j-nop "2.0.14"]

Expand Down
4 changes: 2 additions & 2 deletions slf4j/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/slf4j-telemere "1.0.0-beta19"
(defproject com.taoensso/slf4j-telemere "1.0.0-SNAPSHOT"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Telemere backend/provider for SLF4J API v2"
:url "https://www.taoensso.com/telemere"
Expand All @@ -16,7 +16,7 @@
{:dependencies
[[org.clojure/clojure "1.11.4"]
[org.slf4j/slf4j-api "2.0.16"]
[com.taoensso/telemere "1.0.0-beta19"]]}
[com.taoensso/telemere "1.0.0-SNAPSHOT"]]}

:dev
{:plugins
Expand Down

0 comments on commit c1b4bb7

Please sign in to comment.