Skip to content

Commit 55177af

Browse files
authored
Merge pull request #273 from scala-steward/update/sbt-scala-module-3.2.0
Update sbt-scala-module to 3.2.0
2 parents b9576ba + 72a05fe commit 55177af

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build.sbt

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
ThisBuild / crossScalaVersions := Seq("2.13.15", "3.3.4")
22
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
33

4+
// we can remove this after we ship 1.0.5; see #273 for gory details
5+
import com.typesafe.tools.mima.core._
6+
ThisBuild / mimaBinaryIssueFilters ++= Seq(
7+
ProblemFilters.exclude[IncompatibleSignatureProblem]("*"),
8+
)
9+
410
Global / cancelable := true
511
publish / skip := true // in root
612

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.1.0")
1+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.2.0")

0 commit comments

Comments
 (0)