Skip to content

Commit

Permalink
java-time -> java-time.api
Browse files Browse the repository at this point in the history
  • Loading branch information
escherize committed Feb 21, 2024
1 parent 2c5391d commit 214f770
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/saml20_clj/state.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns saml20-clj.state
(:require [java-time :as t]
(:require [java-time.api :as t]
[pretty.core :as pretty]))

(defprotocol StateManager
Expand Down
2 changes: 1 addition & 1 deletion test/saml20_clj/crypto_test.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns saml20-clj.crypto-test
(:require [clojure.test :refer :all]
[java-time :as t]
[java-time.api :as t]
[saml20-clj.coerce :as coerce]
[saml20-clj.crypto :as crypto]
[saml20-clj.sp.request :as request]
Expand Down
2 changes: 1 addition & 1 deletion test/saml20_clj/sp/request_test.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns saml20-clj.sp.request-test
(:require [clojure.string :as str]
[clojure.test :refer :all]
[java-time :as t]
[java-time.api :as t]
[saml20-clj.coerce :as coerce]
[saml20-clj.sp.request :as request]
[saml20-clj.test :as test]))
Expand Down
2 changes: 1 addition & 1 deletion test/saml20_clj/state_test.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns saml20-clj.state-test
(:require [clojure.test :refer :all]
[java-time :as t]
[java-time.api :as t]
[saml20-clj.coerce :as coerce]
[saml20-clj.sp.request :as request]
[saml20-clj.sp.response :as response]
Expand Down

0 comments on commit 214f770

Please sign in to comment.