Skip to content

Commit

Permalink
feat: dependency version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Aug 10, 2021
1 parent 6535cd2 commit 0811a1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
:min-lein-version "2.0.0"
:java-source-paths ["java-src"]
:javac-options ["-target" "8" "-source" "8"]
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/data.xml "0.2.0-alpha5"]
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/data.xml "0.2.0-alpha6"]
[org.clojure/tools.logging "1.1.0"]
[org.slf4j/slf4j-api "2.0.0-alpha1"]]
[org.slf4j/slf4j-api "2.0.0-alpha2"]]
:pom-addition ([:properties ["maven.compiler.source" "8"] ["maven.compiler.target" "8"]])
:pom-plugins [[org.apache.maven.plugins/maven-surefire-plugin "2.20"]]
:main io.github.erdos.stencil.Main
Expand Down

0 comments on commit 0811a1e

Please sign in to comment.