Skip to content

Commit 9c3dc13

Browse files
committed
build: bump clojure (1.12.1)
1 parent de6c13d commit 9c3dc13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
### Changed
8+
* bump to clojure 1.12.1.
89

910
### Fixed
1011
* Fix generate-input not passing a coder when a collection was passed.

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:url "https://github.com/ngrunwald/datasplash"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
6-
:dependencies [[org.clojure/clojure "1.11.4"]
6+
:dependencies [[org.clojure/clojure "1.12.1"]
77
[org.clojure/math.combinatorics "0.3.0"]
88
[org.clojure/tools.logging "1.3.0"]
99

0 commit comments

Comments
 (0)