Skip to content

Commit

Permalink
Update deps and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
valerauko committed Oct 4, 2023
1 parent b28c002 commit 3b72cb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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>gcp-ser-clj</groupId>
<artifactId>gcp-ser-clj</artifactId>
<packaging>jar</packaging>
<version>0.8.1</version>
<version>0.8.2</version>
<name>gcp-ser-clj</name>
<description>A Clojure library trying to make reporting errors to Google Cloud's Error Reporting system (Stackdriver) simpler.</description>
<url>https://github.com/valerauko/gcp-ser-clj</url>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.logging</artifactId>
<version>1.1.0</version>
<version>1.2.4</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
(defproject gcp-ser-clj "0.8.1"
(defproject gcp-ser-clj "0.8.2"
:scm {:name "git"
:url "https://github.com/valerauko/gcp-ser-clj"
:tag "v0.8.1"}
:description "A Clojure library trying to make reporting errors to Google Cloud's Error Reporting system (Stackdriver) simpler."
:url "https://github.com/valerauko/gcp-ser-clj"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/tools.logging "1.1.0"]
:dependencies [[org.clojure/tools.logging "1.2.4"]
[com.google.cloud/google-cloud-errorreporting "0.124.12-beta"]]
:repl-options {:init-ns gcp-ser-clj.core}
:deploy-repositories {"github" {:url "https://maven.pkg.github.com/valerauko/gcp-ser-clj"
Expand Down

0 comments on commit 3b72cb5

Please sign in to comment.