Skip to content

Commit c670cd3

Browse files
authored
Merge branch 'scalacenter:main' into main
2 parents 22749c1 + 402c4c4 commit c670cd3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ A list of space-separated names of configurations to ignore. The action will not
5151

5252
Example of configurations are `compile`, `test`, `scala-tool`, `scala-doc-tool`.
5353

54-
### - `correlator` (optional)
54+
#### - `correlator` (optional)
5555

5656
An optional identifier to distinguish between multiple dependency snapshots of the same type.
5757
Defaults to the concatenation of the workflow name, the job id and the action id.

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.3
1+
sbt.version=1.10.5

sbt-plugin/project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.3
1+
sbt.version=1.10.5

sbt-plugin/project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
2-
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.6.0")
2+
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.7.0")
33
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
4-
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
4+
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

0 commit comments

Comments
 (0)