Skip to content
Snippets Groups Projects
Unverified Commit 2bf8e817 authored by Robert Roland's avatar Robert Roland Committed by GitHub
Browse files

Update java-time to work in Turkish (#13113)

java-time has an upstream bug where it lowercases the built-in Java
timezone formatters to be able to look them up by keyword later. This
breaks under Turkish (and possibly other locales)

See dm3/clojure.java-time#60 for the upstream fix.

Resolves #13102
parent 64582c38
Branches
Tags
No related merge requests found
......@@ -64,7 +64,9 @@
:exclusions [commons-codec
commons-io
slingshot]]
[clojure.java-time "0.3.2"] ; Java 8 java.time wrapper
;; fork to address #13102 - see upstream PR: https://github.com/dm3/clojure.java-time/pull/60
;; TODO: switch back to the upstream once a version is released with the above patch
[robdaemon/clojure.java-time "0.3.3-SNAPSHOT"] ; Java 8 java.time wrapper
[clojurewerkz/quartzite "2.1.0" ; scheduling library
:exclusions [c3p0]]
[colorize "0.1.1" :exclusions [org.clojure/clojure]] ; string output with ANSI color codes (for logging)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment