Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-paradox-lightbend-project-info-…
Browse files Browse the repository at this point in the history
…3.0.1
  • Loading branch information
pvlugter authored Feb 19, 2024
2 parents 18d6e2a + 2df51ed commit b2b4082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Version {
val pegdown = "1.6.0"
val parboiled = "1.4.1"
val prettify = "4-Mar-2013-1"
val sbtWeb = "1.5.3"
val sbtWeb = "1.5.4"
val scalatest = "3.2.17"
val st4 = "4.3.4"
val jsoup = "1.16.1"
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-lightbend-project-info" % "3.0.1")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.22.0")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
Expand All @@ -29,7 +29,7 @@ lazy val metaThemePlugin = (project in file("theme-plugin"))
.settings(
sbtPlugin := true,
scalaVersion := "2.12.18",
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.3"),
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.4"),
Compile / unmanagedSourceDirectories :=
mirrorScalaSource((ThisBuild / baseDirectory).value.getParentFile / "theme-plugin")
)
Expand Down

0 comments on commit b2b4082

Please sign in to comment.