Skip to content

Commit

Permalink
avoid deprecated java.net.URL constructor (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 7, 2024
1 parent 6e42da9 commit 328d026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ThisBuild / scalaVersion := versions.scala
lazy val buildSettings: Seq[Setting[_]] = Seq(
organization := "org.xerial.sbt",
organizationName := "Xerial project",
organizationHomepage := Some(new URL("http://xerial.org/")),
organizationHomepage := Some(url("http://xerial.org/")),
description := "A sbt plugin for publishing Scala/Java projects to the Maven Central through Sonatype Nexus REST API",
Test / publishArtifact := false,
sbtPlugin := true,
Expand Down

0 comments on commit 328d026

Please sign in to comment.