Skip to content

Commit c373788

Browse files
committed
update plugins.sbt
1 parent 3801351 commit c373788

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

build.sbt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
import sbt.ThisBuild
2+
import xerial.sbt.Sonatype.sonatypeCentralHost
3+
14
addCommandAlias("fmt", "scalafmt")
25
addCommandAlias("check", "scalafmtCheckAll")
36

47
inThisBuild(
58
List(
6-
organizationName := "sbt-kotlin-plugin",
7-
sonatypeCredentialHost := "s01.oss.sonatype.org",
8-
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
9-
homepage := Some(url("https://github.com/bitlap/kotlin-plugin")),
9+
organizationName := "sbt-kotlin-plugin",
10+
homepage := Some(url("https://github.com/bitlap/kotlin-plugin")),
1011
licenses := List(
1112
"MIT" -> url("https://opensource.org/licenses/MIT")
1213
),
@@ -17,7 +18,9 @@ inThisBuild(
1718
email = "[email protected]",
1819
url = url("https://github.com/jxnu-liguobin")
1920
)
20-
)
21+
),
22+
ThisBuild / sonatypeProfileName := "org.bitlap",
23+
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
2124
)
2225
)
2326

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
22

33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
44
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
5-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
5+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
66
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 commit comments

Comments
 (0)