Skip to content

Commit

Permalink
upgrade parent, ring and lein plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbase12 committed Jul 13, 2023
1 parent 8c30344 commit d863670
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(def parent-version "6.7.12")
(def nuvla-ring-version "2.0.8")
(def parent-version "6.7.13")
(def nuvla-ring-version "2.0.9")
(def kinsky-version "0.3.1")

(defproject sixsq.nuvla.server/api-jar "6.0.18-SNAPSHOT"
Expand All @@ -12,8 +12,8 @@
:url "http://www.apache.org/licenses/LICENSE-2.0.txt"
:distribution :repo}

:plugins [[lein-parent "0.3.5"]
[lein-environ "1.1.0"]
:plugins [[lein-parent "0.3.9"]
[lein-environ "1.2.0"]
[lein-project-version "0.1.0"]]

:parent-project {:coords [sixsq.nuvla/parent ~parent-version]
Expand Down

0 comments on commit d863670

Please sign in to comment.