Skip to content

Commit 995b21c

Browse files
Merge pull request #52 from justinstoller/9.4.6.0
(maint) Upgrade JRuby to 9.4.6.0
2 parents ae55105 + b520e4e commit 995b21c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project.clj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
(def jruby-version "9.4.3.0")
1+
(def jruby-version "9.4.6.0")
22

3-
(defproject puppetlabs/jruby-deps "9.4.3.0-2-SNAPSHOT"
3+
(defproject puppetlabs/jruby-deps "9.4.6.0-1-SNAPSHOT"
44
:description "JRuby dependencies"
55
:url "https://github.com/puppetlabs/jruby-deps"
66
:license {:name "Apache License, Version 2.0"
77
:url "http://www.apache.org/licenses/LICENSE-2.0"}
88

9-
:parent-project {:coords [puppetlabs/clj-parent "7.2.0"]
9+
:parent-project {:coords [puppetlabs/clj-parent "7.3.14"]
1010
:inherit [:managed-dependencies]}
1111

1212
:min-lein-version "2.7.1"

0 commit comments

Comments
 (0)