Skip to content

Commit 5d0031c

Browse files
committed
Update HL versions in template
1 parent e3cb94d commit 5d0031c

File tree

2 files changed

+4
-4
lines changed
  • modules/holy-lambda-template/resources/leiningen/new/holy_lambda

2 files changed

+4
-4
lines changed

modules/holy-lambda-template/resources/leiningen/new/holy_lambda/bb.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{:deps {io.github.FieryCod/holy-lambda-babashka-tasks
22
{:git/url "https://github.com/FieryCod/holy-lambda"
33
:deps/root "./modules/holy-lambda-babashka-tasks"
4-
:sha "2a69818f57112c62bb31f4fcc1a7b36f4dfd63ac"}
5-
io.github.FieryCod/holy-lambda {:mvn/version "0.6.5"}}
4+
:sha "e3cb94db8f0ac0e8b241afa6d8cba3f0485ff0d4"}
5+
io.github.FieryCod/holy-lambda {:mvn/version "0.6.6"}}
66

77
;; Minimal babashka version which should be used in conjuction with holy-lambda
88
:min-bb-version "0.3.7"
@@ -25,7 +25,7 @@
2525

2626
;; GraalVM Community holy-lambda compatible docker image
2727
;; You can always build your own GraalVM image with enterprise edition
28-
:image "ghcr.io/fierycod/holy-lambda-builder:amd64-java11-21.3.0"}
28+
:image "ghcr.io/fierycod/holy-lambda-builder:amd64-java11-22.0.0.2"}
2929

3030
:build {:compile-cmd "clojure -X:uberjar"
3131
;; Used when either :docker is nil or

modules/holy-lambda-template/resources/leiningen/new/holy_lambda/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{:deps {org.clojure/clojure {:mvn/version "1.10.3"}
2-
io.github.FieryCod/holy-lambda {:mvn/version "0.6.5"}
2+
io.github.FieryCod/holy-lambda {:mvn/version "0.6.6"}
33
com.github.clj-easy/graal-build-time {:mvn/version "0.1.4"}}
44

55
:paths ["src" "resources"]

0 commit comments

Comments
 (0)