Skip to content

Commit

Permalink
1.0.0 rc12
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Jan 13, 2025
1 parent 69321b5 commit f5a2bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.factorhouse/kpow-streams-agent "1.0.0-rc11"
(defproject io.factorhouse/kpow-streams-agent "1.0.0-rc12"
:description "Kpow's Kafka Streams monitoring agent"
:url "https://github.com/factorhouse/kpow-streams-agent"
:license {:name "Apache-2.0 License"
Expand Down Expand Up @@ -67,5 +67,5 @@
"fmt" ["with-profile" "+smoke" "cljfmt" "check"]
"fmtfix" ["with-profile" "+smoke" "cljfmt" "fix"]}
:javac-options ["-target" "1.8" "-source" "1.8" "-Xlint:-options"]
:java-source-paths ["src/java"]
:java-source-paths ["src/java" "src/clojure"]
:source-paths ["src/clojure"])

0 comments on commit f5a2bfa

Please sign in to comment.