Skip to content

Commit 04eb37b

Browse files
authored
Merge pull request #169 from scicloj/2-beta16
2-beta16
2 parents d9e8121 + a0f316d commit 04eb37b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4+
## [2-beta16 - 2025-04-18]
5+
- updated Clay version
6+
47
## [2-beta15 - 2025-04-09]
58
- updated Clay version
69

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
(def lib 'org.scicloj/noj)
20-
(def version "2-beta15")
20+
(def version "2-beta16")
2121
(def snapshot (str version "-SNAPSHOT"))
2222
(def class-dir "target/classes")
2323

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
org.babashka/sci {:mvn/version "0.9.45"}
3636
org.mentat/emmy-viewers {:mvn/version "0.3.2"}
37-
org.scicloj/clay {:mvn/version "2-beta39"}}
37+
org.scicloj/clay {:mvn/version "2-beta40"}}
3838
:aliases
3939
{:gen-tests {:extra-paths ["build"]}
4040

0 commit comments

Comments
 (0)