From 56cce96fc68b183cdd933d226a7ba8de5e153f94 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Thu, 8 Jul 2021 14:49:18 -0700 Subject: [PATCH] Add missing URLs for publishing --- build.sbt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sbt b/build.sbt index 0271f7e..4cef421 100644 --- a/build.sbt +++ b/build.sbt @@ -8,6 +8,10 @@ ThisBuild / publishGithubUser := "rossabaker" ThisBuild / publishFullName := "Ross A. Baker" ThisBuild / githubWorkflowTargetBranches := List("*", "series/*") ThisBuild / githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(Ref.Tag("v"))) +ThisBuild / homepage := Some(url("https://github.com/typelevel/jawn-fs2")) +ThisBuild / scmInfo := Some( + ScmInfo(url("https://github.com/typelevel/jawn-fs2"), "git@github.com:typelevel/jawn-fs2.git") +) val JawnVersion = "1.2.0" val Fs2Version = "3.0.6"