Skip to content

Commit

Permalink
Point to actual release of sbt-paradox-project-info (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich authored Mar 23, 2022
1 parent 6d67219 commit ffee9e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ crossSbtVersions := List("1.1.0")
organization := "com.lightbend.paradox"
name := "sbt-paradox-lightbend-project-info"

addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "1.1.11-SNAPSHOT")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "2.0.0")

licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))
homepage := Some(url("https://github.com/lightbend/sbt-paradox-project-info"))
homepage := Some(url("https://github.com/lightbend/sbt-paradox-lightbend-project-info"))
scmInfo := Some(
ScmInfo(
url("https://github.com/lightbend/sbt-paradox-lightbend-project-info"),
Expand All @@ -27,7 +27,7 @@ developers += Developer(
"contributors",
"Contributors",
"https://gitter.im/lightbend/paradox",
url("https://github.com/lightbend/sbt-paradox-project-info/graphs/contributors")
url("https://github.com/lightbend/sbt-paradox-lightbend-project-info/graphs/contributors")
)
organizationName := "Lightbend Inc."
startYear := Some(2018)
Expand Down

0 comments on commit ffee9e5

Please sign in to comment.