Skip to content

Commit

Permalink
Merge pull request #221 from armanbilge/patch-1
Browse files Browse the repository at this point in the history
Add missing URLs for publishing
  • Loading branch information
ChristopherDavenport authored Jul 8, 2021
2 parents b55afd6 + 56cce96 commit 16e67d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"), "[email protected]:typelevel/jawn-fs2.git")
)

val JawnVersion = "1.2.0"
val Fs2Version = "3.0.6"
Expand Down

0 comments on commit 16e67d3

Please sign in to comment.