Skip to content

Commit

Permalink
Update scripted-plugin to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 12, 2024
1 parent a5ef48a commit 31442aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lazy val `sbt-0.13.9` = SbtAxis("0.13.9")
lazy val `sbt-updates` = (projectMatrix in file("."))
.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % "test")
.sbtPluginRow(`sbt-1.x`)
.sbtScriptedRow(`sbt-1.0.0`, `sbt-1.x`)
.sbtScriptedRow(`sbt-1.0.4`, `sbt-1.x`)
.sbtScriptedRow(`sbt-latest`, `sbt-1.x`)
.sbtPluginRow(`sbt-0.13.x`)
.sbtScriptedRow(`sbt-0.13.9`, `sbt-0.13.x`)
Expand Down

0 comments on commit 31442aa

Please sign in to comment.