Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
v2.1.0 (#9)
Browse files Browse the repository at this point in the history
* v2.1.0

* Bump com.nedap.staffing-solutions/stefon

No functional changes.

This makes `components.assets` not depend on private Maven repos.

* Bump utils.io

This makes `components.assets` not depend on private Maven repos.
  • Loading branch information
vemv committed Apr 1, 2020
1 parent 3415ae8 commit f592ab7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Note that no default options are provided for Stefon/Garden, as those will vary
## Installation

```clojure
[com.nedap.staffing-solutions/components.assets "2.0.0"]
[com.nedap.staffing-solutions/components.assets "2.1.0"]
````

#### NOTE
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
;; Please don't bump the library version by hand - use ci.release-workflow instead.
(defproject com.nedap.staffing-solutions/components.assets "2.0.0"
(defproject com.nedap.staffing-solutions/components.assets "2.1.0"
;; Please keep the dependencies sorted a-z.
:dependencies [[com.nedap.staffing-solutions/stefon "0.5.1"
:dependencies [[com.nedap.staffing-solutions/stefon "0.5.2"
:exclusions [clj-time commons-codec com.fasterxml.jackson.core/jackson-core]]
[com.nedap.staffing-solutions/utils.io "1.0.0"
[com.nedap.staffing-solutions/utils.io "1.1.0"
:exclusions [com.nedap.staffing-solutions/speced.def
org.apache.commons/commons-compress]]
[com.nedap.staffing-solutions/speced.def "2.0.0"]
Expand Down

0 comments on commit f592ab7

Please sign in to comment.