Skip to content

Commit

Permalink
Merge pull request #222 from softwaremill/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
mergify[bot] authored Mar 2, 2024
2 parents 8bea421 + 70cac2b commit 8ea91d8
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 @@ -3,7 +3,7 @@ val scalaNativeVersion = Option(System.getenv("SCALANATIVE_VERSION")).getOrElse(

addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.2")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")

val sbtSoftwareMillVersion = "2.0.20"
Expand Down

0 comments on commit 8ea91d8

Please sign in to comment.