Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
jaju committed Nov 23, 2023
1 parent 107018a commit 72814a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: Setup Java
uses: actions/setup-java@v3
Expand All @@ -22,9 +22,9 @@ jobs:
java-version: '17'

- name: Install Clojure Tools
uses: DeLaGuardo/setup-clojure@9.5
uses: DeLaGuardo/setup-clojure@12.1
with:
lein: 2.9.10
lein: 2.10.0

- name: Cache dependencies
uses: actions/cache@v3
Expand All @@ -39,4 +39,4 @@ jobs:
run: lein test

- name: Prepare Uberjar
run: lein uberjar
run: lein uberjar
2 changes: 1 addition & 1 deletion .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- name: Install dependencies
run: lein deps
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def lucene-version "9.5.0")
(def lucene-version "9.8.0")

(defproject org.msync/lucene-clj "0.2.0-SNAPSHOT"
:description "Lucene bindings for Clojure"
Expand Down

0 comments on commit 72814a2

Please sign in to comment.