diff --git a/build.sbt b/build.sbt index 210d3f4..87e2bee 100644 --- a/build.sbt +++ b/build.sbt @@ -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 @@ -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" diff --git a/project/build.properties b/project/build.properties index e8a1e24..abbbce5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.9.8 diff --git a/project/plugins.sbt b/project/plugins.sbt index e2e7c77..9f964f0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")