diff --git a/build.sbt b/build.sbt index d710900..bb82ce0 100755 --- a/build.sbt +++ b/build.sbt @@ -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,