We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a34705 commit 1a81db7Copy full SHA for 1a81db7
project/common.scala
@@ -55,7 +55,7 @@ object Common {
55
organization := "org.dispatchhttp",
56
57
homepage :=
58
- Some(new java.net.URL("https://dispatchhttp.org/")),
+ Some(new java.net.URI("https://dispatchhttp.org/").toURL()),
59
60
publishMavenStyle := true,
61
0 commit comments