File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ ThisBuild / homepage := Some(url("https://ovotech.github.io/natchez-extras/"))
2222
2323ThisBuild / licenses += (" Apache-2.0" , url(" https://www.apache.org/licenses/LICENSE-2.0.html" ))
2424
25- ThisBuild / publishMavenStyle := true
26-
2725ThisBuild / publishTo := sonatypePublishToBundle.value
2826
2927ThisBuild / scalafmtOnCompile := true
@@ -41,7 +39,6 @@ ThisBuild / credentials += (
4139
4240val common = Seq (
4341 Test / fork := true ,
44- git.useGitDescribe := true ,
4542 libraryDependencies ++= {
4643 CrossVersion .partialVersion(scalaVersion.value) match {
4744 case Some ((2 , 13 )) => Seq (
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.2 " )
2- addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.9 " )
1+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5 " ) // 2.5.6 has binary incompatibility issues
2+ addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.13 " )
33addSbtPlugin(" org.typelevel" % " sbt-tpolecat" % " 0.5.2" )
4- addSbtPlugin(" com.47deg" % " sbt-microsites" % " 1.3 .4" )
5- addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.3.7 " )
6- addSbtPlugin(" com.typesafe .sbt" % " sbt-git" % " 1.0.2 " )
4+ addSbtPlugin(" com.47deg" % " sbt-microsites" % " 1.4 .4" )
5+ addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.8.0 " )
6+ addSbtPlugin(" com.github .sbt" % " sbt-git" % " 2. 1.0" )
77addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.4" )
8- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.7 " )
9- addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.1.2 " )
10- addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.9.1 " )
8+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.12.2 " )
9+ addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.3.1 " )
10+ addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.11.0 " )
You can’t perform that action at this time.
0 commit comments