You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/main/scala/execution.scala
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -65,15 +65,15 @@ object Http extends Http(
65
65
this.closeAndConfigure(builder => builder)
66
66
}
67
67
68
-
@deprecated("Using the Http singleton directly will not be allowed in Dispatch 0.13.x. Please switch to invoking Http.default for using a globally accessible default Http client.", "0.12.2")
68
+
@deprecated("Using the Http singleton directly is deprecated and will be removed in a future version of dispatch. Please switch to invoking Http.default for using a globally accessible default Http client.", "0.12.2")
@deprecated("Using the Http singleton directly will not be allowed in Dispatch 0.13.x. Please switch to invoking Http.default for using a globally accessible default Http client.", "0.12.2")
72
+
@deprecated("Using the Http singleton directly is deprecated and will be removed in a future version of dispatch. Please switch to invoking Http.default for using a globally accessible default Http client.", "0.12.2")
@deprecated("Using the Http singleton directly will not be allowed in Dispatch 0.13.x. Please switch to invoking Http.default for using a globally accessible default Http client.", "0.12.2")
76
+
@deprecated("Using the Http singleton directly is deprecated and will be removed in a future version of dispatch. Please switch to invoking Http.default for using a globally accessible default Http client.", "0.12.2")
0 commit comments