Skip to content

Commit

Permalink
No need to set sonatypeProjectHosting - see guardian/play-googleauth#209
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Dec 8, 2023
1 parent b611375 commit 9810d7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
7 changes: 4 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ ThisBuild / crossScalaVersions := Seq(
"3.3.1",
"2.12.18" // Motivated by facia/FAPI clients still on Scala 2.12
)
ThisBuild / scalacOptions := Seq("-deprecation", "-release","11")
ThisBuild / licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0"))
ThisBuild / scalacOptions := Seq("-deprecation", "-release:11")

lazy val baseSettings = Seq(
organization := "com.gu.etag-caching",
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")),
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.17" % Test
),
Expand Down Expand Up @@ -51,7 +52,7 @@ lazy val `etag-caching-root` = (project in file("."))
core,
`aws-s3-base`,
`aws-s3-sdk-v2`
).settings(baseSettings).settings(
).settings(
publish / skip := true,
releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value,
releaseCrossBuild := true, // true if you cross-build the project for multiple Scala versions
Expand Down
17 changes: 0 additions & 17 deletions sonatype.sbt

This file was deleted.

0 comments on commit 9810d7a

Please sign in to comment.