Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from esuomi/update_dependencies
Browse files Browse the repository at this point in the history
update all project dependencies
  • Loading branch information
esuomi authored Jan 20, 2023
2 parents aae4c80 + 145ca5e commit d3c3bcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Prepare java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@3.7
uses: DeLaGuardo/setup-clojure@10.1
with:
lein: latest

Expand Down
12 changes: 5 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,22 @@
:dependencies [[org.clojure/clojure "1.11.0"]

;Ecosystem friendly logging
[org.slf4j/slf4j-api "2.0.2" :scope "provided"]
[ch.qos.logback/logback-classic "1.4.1" :scope "provided"]
[org.slf4j/slf4j-api "2.0.6" :scope "provided"]
[ch.qos.logback/logback-classic "1.4.5" :scope "provided"]
[org.clojure/tools.logging "1.2.4"]
[io.aviso/pretty "1.1.1"] ; pretty exceptions
[mvxcvi/puget "1.3.2"] ; pretty everything else

;Graph library for Clojure. Eclipse Public License 1.0
[aysylu/loom "1.0.2"]

; all muotti extensions are optional
[metosin/malli "0.8.9" :scope "provided"]]
[metosin/malli "0.10.0" :scope "provided"]]

:deploy-repositories [["clojars" {:sign-releases false
:url "https://clojars.org/repo"
:username :env/CLOJARS_USERNAME
:password :env/CLOJARS_TOKEN}]]

:plugins [[fi.polycode/lein-git-revisions "1.0.0"]
:plugins [[fi.polycode/lein-git-revisions "1.1.2"]
[lein-ancient "1.0.0-RC3"]
[nvd-clojure "2.2.0"]
[lein-pprint "1.3.2"]
Expand All @@ -43,7 +41,7 @@
:middleware [whidbey.plugin/repl-pprint]

:profiles {:dev {:dependencies [[org.clojure/tools.namespace "1.3.0"]
[io.aviso/pretty "1.1.1"]
[io.aviso/pretty "1.3"]
[com.gfredericks/test.chuck "0.2.13"]]
:plugins [[io.aviso/pretty "1.1.1"]
[mvxcvi/whidbey "2.2.1"]]
Expand Down

0 comments on commit d3c3bcd

Please sign in to comment.