Skip to content

Version bump carmine to avoid warnings with clojure 1.12 #7

@rutchkiwi

Description

@rutchkiwi

When running in clojure 1.12, you get warnings like:

WARNING: parse-long already refers to: #'clojure.core/parse-long in namespace: taoensso.carmine, being replaced by: #'taoensso.carmine/parse-long
WARNING: parse-double already refers to: #'clojure.core/parse-double in namespace: taoensso.carmine, being replaced by: #'taoensso.carmine/parse-double

These are solved by bumping the dependency on com.taoensso/carmine from 3.1.0 to 3.4.1.

Thanks for this nice lib btw

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions