File tree Expand file tree Collapse file tree 2 files changed +16
-19
lines changed Expand file tree Collapse file tree 2 files changed +16
-19
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
1818
1919addSbtPlugin(" 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
2323addSbtPlugin(" com.thesamet" % " sbt-protoc-gen-project" % " 0.1.8" )
2424
Original file line number Diff line number Diff line change 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+ )
You can’t perform that action at this time.
0 commit comments