Skip to content

Commit

Permalink
Merge pull request #1964 from scalacenter/update/sbt-projectmatrix-0.…
Browse files Browse the repository at this point in the history
…10.0

Update sbt-projectmatrix to 0.10.0
  • Loading branch information
bjaglin committed Apr 6, 2024
2 parents fc9a2d5 + 73f84bc commit 5b84169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.2")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")

// https://github.com/scala/bug/issues/12632
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"

0 comments on commit 5b84169

Please sign in to comment.