Skip to content

Commit 9ea3f03

Browse files
committed
Make lowest tested sbt version 1.6.0
So we can scalafmt the scripted tests as well
1 parent 845810e commit 9ea3f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the plugin dependency to the file `project/plugins.sbt` using `addSbtPlugin`
2525

2626
`addSbtPlugin("com.github.sbt" %% "sbt-sbom" % "0.4.0")`
2727

28-
Note that the minimum supported version of sbt is 1.5.2 (this is what the [scripted](https://www.scala-sbt.org/1.x/docs/Testing-sbt-plugins.html#scripted+test+framework) tests target)
28+
Note that the minimum supported version of sbt is 1.6.0 (this is what the [scripted](https://www.scala-sbt.org/1.x/docs/Testing-sbt-plugins.html#scripted+test+framework) tests target)
2929

3030
### BOM creation
3131

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lazy val root = (project in file("."))
2929
)
3030
},
3131
scriptedBufferLog := false,
32-
scriptedSbt := "1.5.2",
32+
scriptedSbt := "1.6.0",
3333
)
3434

3535
ThisBuild / pomIncludeRepository := { _ =>

0 commit comments

Comments
 (0)