Skip to content

Commit

Permalink
TT-23040 Bump Lupapiste commons version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vespesa committed Jan 14, 2024
1 parent d2b16b8 commit 84e0044
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(defproject lupapiste/document-search-commons "2.0.6"
(defproject lupapiste/document-search-commons "2.0.7"
:description "Common document search related code shared between lupadoku and onkalo applications"
:url "https://www.lupapiste.fi"
:license {:name "European Union Public License"
:url "https://joinup.ec.europa.eu/community/eupl/og_page/european-union-public-licence-eupl-v11"
:license {:name "European Union Public License"
:url "https://joinup.ec.europa.eu/community/eupl/og_page/european-union-public-licence-eupl-v11"
:distribution :repo}
:scm {:url "https://github.com/lupapiste/document-search-commons"}
:repositories [["osgeo" {:url "https://repo.osgeo.org/repository/release/"}]]
Expand All @@ -25,7 +25,8 @@
[cljs-pikaday "0.1.4" :exclusions [cljsjs/pikaday]]
[tailrecursion/cljson "1.0.7"]
[alandipert/storage-atom "2.0.1"]]
:profiles {:provided {:dependencies [[lupapiste/commons "5.1.5" :exclusions [commons-logging commons-codec]]]}}
:profiles {:provided {:dependencies [[lupapiste/commons "5.2.11"
:exclusions [commons-logging commons-codec]]]}}
:source-paths ["src/clj" "src/cljc" "src/cljs"]
:test-paths ["test/clj" "test/cljc"]
:clean-targets ^{:protect false} ["resources/public/css/main.css.map"
Expand Down

0 comments on commit 84e0044

Please sign in to comment.