We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215ea50 commit 24d6600Copy full SHA for 24d6600
README.md
@@ -252,7 +252,7 @@ There are many calendar systems out there and I absolutely respect that no one c
252
253
## License
254
255
-Copyright © 2021 Johan Thorén
+Copyright © 2021-2024 Johan Thorén
256
257
This project is licensed under the [GNU Lesser General Public License v3.0][license].
258
project.clj
@@ -7,7 +7,7 @@
7
:year 2021
8
:key "lgpl-3.0"}
9
:dependencies [[org.clojure/clojure "1.10.3"]
10
- [tick "0.5.0"]
+ [tick "0.7.5"]
11
[xyz.thoren/equinox "2.0.1"]
12
[org.shredzone.commons/commons-suncalc "3.5"]]
13
:repositories [["releases" {:url "https://repo.clojars.org"
0 commit comments