diff --git a/build.sbt b/build.sbt index b8cc5b1..9107601 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,6 @@ OsgiKeys.exportPackage := Seq("com.typesafe.scalalogging*") // publishing organization := "com.typesafe.scala-logging" -sonatypeProfileName := "com.typesafe" licenses := Seq("Apache 2.0 License" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")) homepage := Some(url("https://github.com/lightbend/scala-logging")) Test / publishArtifact := false diff --git a/project/build.properties b/project/build.properties index cc68b53..5e6884d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.11 +sbt.version=1.11.6 diff --git a/project/plugins.sbt b/project/plugins.sbt index 8d7be9f..bd21693 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3") addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")