Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-paradox-apidoc-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam authored Feb 18, 2024
2 parents 6e54f89 + 1f1ea9d commit a5403a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ lazy val pekkoTheme = project
name := "pekko-theme-paradox",
libraryDependencies ++= Seq(
"com.github.sbt" % "paradox-material-theme" % "0.7.0",
"org.webjars" % "foundation" % "6.2.4" % "provided"))
"org.webjars" % "foundation" % "6.4.3-1" % "provided"))
.settings(publishSettings)

lazy val pekkoPlugin = project
Expand All @@ -78,7 +78,7 @@ lazy val pekkoPlugin = project
// remember to also update project/plugins.sbt
"com.lightbend.paradox" % "sbt-paradox" % "0.10.3"),
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.1.0"),
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "3.0.0"),
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "3.0.1"),
addSbtPlugin("com.github.sbt" % "sbt-paradox-material-theme" % "0.7.0"),
Compile / resourceGenerators += Def.task {
val file = (Compile / resourceManaged).value / "pekko-paradox.properties"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// remember to also update build.sbt
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.9.2")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.9.2")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.11")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.11")
Expand Down

0 comments on commit a5403a9

Please sign in to comment.