Skip to content

Commit e477aae

Browse files
committed
upgrade dependencies
1 parent 018388d commit e477aae

3 files changed

Lines changed: 10 additions & 16 deletions

File tree

build.sbt

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCheckResolver
1919

20-
val scala212 = "2.12.18"
20+
val scala212 = "2.12.20"
2121

2222
ThisBuild / scalaVersion := scala212
2323
ThisBuild / crossScalaVersions := Seq(scala212)
@@ -75,15 +75,10 @@ lazy val pekkoPlugin = project
7575
addSbtPlugin(
7676
// When updating the sbt-paradox version,
7777
// remember to also update project/plugins.sbt
78-
("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").excludeAll(
79-
"com.typesafe.sbt", "sbt-web",
80-
"com.lightbend.paradox" % "sbt-paradox-apidoc",
81-
"com.lightbend.paradox" % "sbt-paradox-project-info")),
82-
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.5"), // sbt-paradox 0.9.2 depends on old sbt-web 1.4.x, but we want a newer version
83-
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.1.0").excludeAll(
84-
"com.lightbend.paradox", "sbt-paradox")),
85-
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-project-info" % "3.0.1").excludeAll(
86-
"com.lightbend.paradox", "sbt-paradox")),
78+
"com.lightbend.paradox" % "sbt-paradox" % "0.10.7"),
79+
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.8"),
80+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.1.0"),
81+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "3.0.1"),
8782
addSbtPlugin("com.github.sbt" % "sbt-paradox-material-theme" % "0.7.0"),
8883
Compile / resourceGenerators += Def.task {
8984
val file = (Compile / resourceManaged).value / "pekko-paradox.properties"

project/build.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
sbt.version=1.11.3
2-
1+
sbt.version=1.11.6

project/plugins.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
// When updating the sbt-paradox version,
1919
// remember to also update build.sbt
20-
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-theme" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web"))
21-
addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web"))
22-
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.5") // sbt-paradox[-theme] 0.9.2 depends on old sbt-web 1.4.x, but we want a newer version
20+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.7")
21+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")
22+
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.8")
2323
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
2424
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
2525
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.12")
2626
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12")
2727
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
28-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0")
28+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")

0 commit comments

Comments
 (0)