Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to com.widdindustries/cljc.java-time #37

Merged
merged 5 commits into from
Jul 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@ This release moves the repository to [clj-commons](https://github.com/clj-common
[Thura Hlaing](https://github.com/trhura)'s efforts in initiating this project. As part of this move, the Maven
artifact coordinates have changed, as well as the namespaces.


### Added
- Tools build building and deployment
- Github actions CI
### Changed
- Update dependencies to the most recent versions.
- Switched to deps.edn
- Update dependencies to the most recent versions
- Switched build to deps.edn
### Fixed
- Code cleanup (warnings generated by clj-kondo).
- Eliminate "already refers to" compiler warnings with Clojure 1.11.x.
- Code cleanup (warnings generated by clj-kondo)
- Eliminate "already refers to" compiler warnings with Clojure 1.11.x

[Closed Issues](https://github.com/trhura/clojure-humanize/milestone/3?closed=1)
[Closed Issues](https://github.com/clj-commons/humanize/milestone/3?closed=1)

## 0.2.2 - 15 Oct 2016

Expand Down
9 changes: 5 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{:deps {org.clojure/clojure {:mvn/version "1.11.1"}
clj-time/clj-time {:mvn/version "0.15.2"}
com.andrewmcveigh/cljs-time {:mvn/version "0.5.2"}}
{:deps {org.clojure/clojure {:mvn/version "1.11.1"}
clj-time/clj-time {:mvn/version "0.15.2"}
com.widdindustries/cljc.java-time {:mvn/version "0.1.21"}
henryw374/js-joda {:mvn/version "3.2.0-0"}}
:paths ["src"]
:aliases
;; clj -X:test
Expand All @@ -11,7 +12,7 @@
:cljs-test {:extra-paths ["test"]
:extra-deps {kongeor/cljs-test-runner
{:git/url "https://github.com/kongeor/cljs-test-runner"
:sha "fa604e9e5f4e74a544958dfdf4c5ccc2a4b2c916"}}
:git/sha "fa604e9e5f4e74a544958dfdf4c5ccc2a4b2c916"}}
:main-opts ["-m" "cljs-test-runner.main"]}
:clj-kondo {:replace-deps {clj-kondo/clj-kondo {:mvn/version "RELEASE"}}
:main-opts ["-m" "clj-kondo.main"]}
Expand Down
Loading