Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
valerauko committed Mar 21, 2024
1 parent 12f314b commit 3bad616
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>jp.studist</groupId>
<artifactId>sleepydog</artifactId>
<packaging>jar</packaging>
<version>0.1.3</version>
<version>0.1.4</version>
<name>sleepydog</name>
<description>Clojure library for tracing (possibly async) applications with Datadog.</description>
<url>https://github.com/StudistCorporation/sleepydog</url>
Expand All @@ -18,7 +18,7 @@
<url>https://github.com/StudistCorporation/sleepydog</url>
<connection>scm:git:git://github.com/StudistCorporation/sleepydog.git</connection>
<developerConnection>scm:git:ssh://git@github.com/StudistCorporation/sleepydog.git</developerConnection>
<tag>latest</tag>
<tag>v0.1.4</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
8 changes: 3 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
(defproject jp.studist/sleepydog "0.1.3"
(defproject jp.studist/sleepydog "0.1.4"
:description "Clojure library for tracing (possibly async) applications with Datadog."
:url "https://github.com/StudistCorporation/sleepydog"
:license {:name "MIT"
:url "https://opensource.org/license/mit/"}
:dependencies [[org.clojure/clojure "1.11.2"]
[com.datadoghq/dd-trace-ot "1.31.2"]]
:scm {:name "git"
:tag "latest"}
:tag "v0.1.4"}
:deploy-repositories {"clojars" {:url "https://repo.clojars.org/"
:username :env/clojars_user
:password :env/clojars_token}}
:profiles
{:uberjar {:scm {:name "git"
:tag "v0.1.3"}}
:dev {:dependencies [[clj-kondo "2023.10.20"]
{:dev {:dependencies [[clj-kondo "2023.10.20"]
[lambdaisland/kaocha "1.87.1366"]]
:plugins [[lein-ancient "0.7.0"]]
:aliases {"lint" ["run" "-m" "clj-kondo.main"
Expand Down

0 comments on commit 3bad616

Please # to comment.