File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1+ import sbt .ThisBuild
2+ import xerial .sbt .Sonatype .sonatypeCentralHost
3+
14addCommandAlias(" fmt" , " scalafmt" )
25addCommandAlias(" check" , " scalafmtCheckAll" )
36
47inThisBuild(
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(
17181819 url = url(" https://github.com/jxnu-liguobin" )
1920 )
20- )
21+ ),
22+ ThisBuild / sonatypeProfileName := " org.bitlap" ,
23+ ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
2124 )
2225)
2326
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
22
33addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
44addSbtPlugin(" 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 " )
66addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
You can’t perform that action at this time.
0 commit comments