Skip to content

Commit

Permalink
version "2-alpha9"
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Sep 28, 2024
1 parent 87d9a86 commit e507e3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [2-alpha9] - unreleased
## [2-alpha9] - 2024-09-28
- updated deps (scicloj.ml.tribuo, Tribuo models)

## [2-alpha8.2] - 2024-09-28
Expand Down
6 changes: 2 additions & 4 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


(def lib 'org.scicloj/noj)
(def version "2-alpha8.2")
(def version "2-alpha9")
(def snapshot (str version "-SNAPSHOT"))
(def class-dir "target/classes")

Expand Down Expand Up @@ -69,7 +69,7 @@
cmds (b/java-command
{:basis basis
:main 'clojure.main
:main-args ["-m" "cognitect.test-runner"
:main-args ["-m" "cognitect.test-runner"
"-d" "model-integration-tests"]})]
(b/process cmds))
opts)
Expand All @@ -94,5 +94,3 @@
(dd/deploy {:installer :remote :artifact (b/resolve-path jar-file)
:pom-file (b/pom-path (select-keys opts [:lib :class-dir]))}))
opts)


0 comments on commit e507e3c

Please sign in to comment.