Skip to content

Commit

Permalink
Merge pull request #212 from softwaremill/update/sbt-projectmatrix-0.9.2
Browse files Browse the repository at this point in the history
Update sbt-projectmatrix to 0.9.2
  • Loading branch information
mergify[bot] authored Jan 3, 2024
2 parents 9a4613d + f3c4b19 commit 8ac7fa3
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.1")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.2")
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")

val sbtSoftwareMillVersion = "2.0.18"
Expand Down

0 comments on commit 8ac7fa3

Please sign in to comment.