|
17 | 17 |
|
18 | 18 | import net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCheckResolver |
19 | 19 |
|
20 | | -val scala212 = "2.12.18" |
| 20 | +val scala212 = "2.12.20" |
21 | 21 |
|
22 | 22 | ThisBuild / scalaVersion := scala212 |
23 | 23 | ThisBuild / crossScalaVersions := Seq(scala212) |
@@ -75,15 +75,10 @@ lazy val pekkoPlugin = project |
75 | 75 | addSbtPlugin( |
76 | 76 | // When updating the sbt-paradox version, |
77 | 77 | // 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"), |
87 | 82 | addSbtPlugin("com.github.sbt" % "sbt-paradox-material-theme" % "0.7.0"), |
88 | 83 | Compile / resourceGenerators += Def.task { |
89 | 84 | val file = (Compile / resourceManaged).value / "pekko-paradox.properties" |
|
0 commit comments