Skip to content

Commit 7609924

Browse files
authored
Merge pull request #876 from scala-steward/update/1.6.x/patches
[1.6.x] Patch updates
2 parents 1a9d5d3 + e492d2e commit 7609924

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
22

3-
sbt.version=1.10.6
3+
sbt.version=1.10.7

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
22

3-
sbt.version=1.10.6
3+
sbt.version=1.10.7

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
22

3-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
3+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
44

55
// For the Cross Build
66
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
@@ -10,5 +10,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1010
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
1111
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
1212
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
13-
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.5")
13+
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.6")
1414
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

0 commit comments

Comments
 (0)