We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6c13d commit 9c3dc13Copy full SHA for 9c3dc13
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Added
6
7
### Changed
8
+* bump to clojure 1.12.1.
9
10
### Fixed
11
* Fix generate-input not passing a coder when a collection was passed.
project.clj
@@ -3,7 +3,7 @@
3
:url "https://github.com/ngrunwald/datasplash"
4
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
- :dependencies [[org.clojure/clojure "1.11.4"]
+ :dependencies [[org.clojure/clojure "1.12.1"]
[org.clojure/math.combinatorics "0.3.0"]
[org.clojure/tools.logging "1.3.0"]
0 commit comments