Skip to content

Commit

Permalink
Merge pull request #682 from mkurz/add_hp
Browse files Browse the repository at this point in the history
Homepage needed for publishing
  • Loading branch information
mkurz authored May 19, 2022
2 parents 6044290 + e7bf0ac commit 231da57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ lazy val mimaSettings = mimaDefaultSettings ++ Seq(

lazy val commonSettings = Def.settings(
organization := "com.typesafe.play",
homepage := Some(url(s"https://github.com/playframework/play-ws")),
scalaVersion := scala213,
crossScalaVersions := Seq(scala213, scala212),
scalacOptions ++= scalacOpts,
Expand Down

0 comments on commit 231da57

Please sign in to comment.