Skip to content

Commit 1a81db7

Browse files
Switch url construction for Java 21
1 parent 3a34705 commit 1a81db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/common.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ object Common {
5555
organization := "org.dispatchhttp",
5656

5757
homepage :=
58-
Some(new java.net.URL("https://dispatchhttp.org/")),
58+
Some(new java.net.URI("https://dispatchhttp.org/").toURL()),
5959

6060
publishMavenStyle := true,
6161

0 commit comments

Comments
 (0)