Skip to content

Commit f4c626e

Browse files
committed
Upgrade sbt ci release
1 parent 8da0691 commit f4c626e

File tree

2 files changed

+16
-19
lines changed

2 files changed

+16
-19
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
1818

1919
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8")
2020

21-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
21+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
2222

2323
addSbtPlugin("com.thesamet" % "sbt-protoc-gen-project" % "0.1.8")
2424

sonatype.sbt

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
sonatypeProfileName := "com.thesamet"
2-
3-
pomExtra in Global := {
4-
<url>https://github.com/scalapb/ScalaPB</url>
5-
<licenses>
6-
<license>
7-
<name>Apache 2</name>
8-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
9-
</license>
10-
</licenses>
11-
<developers>
12-
<developer>
13-
<id>thesamet</id>
14-
<name>Nadav S. Samet</name>
15-
<url>http://www.thesamet.com/</url>
16-
</developer>
17-
</developers>
18-
}
1+
inThisBuild(
2+
List(
3+
organization := "com.thesamet",
4+
homepage := Some(url("https://github.com/scalapb/ScalaPB")),
5+
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
6+
developers := List(
7+
Developer(
8+
"thesamet",
9+
"Nadav Samet",
10+
11+
url("https://thesamet.com")
12+
)
13+
)
14+
)
15+
)

0 commit comments

Comments
 (0)