From 8ad8885eebc37a5aba926eb5f9ed92185ccb4aed Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Wed, 14 Feb 2024 23:25:48 +1100 Subject: [PATCH] Pin sbt-paradox/sbt-paradox-theme to 0.9.x --- .scala-steward.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index ab234af..b76212a 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,3 +1,5 @@ updates.pin = [ { groupId = "org.scala-lang", artifactId = "scala-library", version = "2.12." } + { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = "0.9." } + { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-theme", version = "0.9." } ]