Skip to content

Commit 12f4f60

Browse files
committed
bump sbt plugins
1 parent d0d3c8a commit 12f4f60

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ ThisBuild / homepage := Some(url("https://ovotech.github.io/natchez-extras/"))
2222

2323
ThisBuild / licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))
2424

25-
ThisBuild / publishMavenStyle := true
26-
2725
ThisBuild / publishTo := sonatypePublishToBundle.value
2826

2927
ThisBuild / scalafmtOnCompile := true
@@ -41,7 +39,6 @@ ThisBuild / credentials += (
4139

4240
val common = Seq(
4341
Test / fork := true,
44-
git.useGitDescribe := true,
4542
libraryDependencies ++= {
4643
CrossVersion.partialVersion(scalaVersion.value) match {
4744
case Some((2, 13)) => Seq(

project/plugins.sbt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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")
33
addSbtPlugin("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")
77
addSbtPlugin("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")

0 commit comments

Comments
 (0)