Skip to content

Commit

Permalink
update target JVM version
Browse files Browse the repository at this point in the history
  • Loading branch information
ztellman committed Aug 30, 2021
1 parent 5f313d3 commit 6449923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:dependencies []
:profiles {:dev {:dependencies [[org.clojure/clojure "1.8.0"]]}}
:java-source-paths ["src"]
:javac-options ["-target" "1.6" "-source" "1.6"]
:javac-options ["-target" "1.7" "-source" "1.7"]

;; Maven properties for the Maven God
:scm {:url "git@github.com:ztellman/dirigiste.git"}
Expand Down

0 comments on commit 6449923

Please sign in to comment.