Skip to content

Commit a7fdbf5

Browse files
1 parent abca624 commit a7fdbf5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ OsgiKeys.exportPackage := Seq("com.typesafe.scalalogging*")
3030
// publishing
3131

3232
organization := "com.typesafe.scala-logging"
33-
sonatypeProfileName := "com.typesafe"
3433
licenses := Seq("Apache 2.0 License" -> url("http://www.apache.org/licenses/LICENSE-2.0.html"))
3534
homepage := Some(url("https://github.com/lightbend/scala-logging"))
3635
Test / publishArtifact := false

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.11
1+
sbt.version=1.11.6

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3")
22
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0")
3-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
3+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

0 commit comments

Comments
 (0)