diff --git a/.scala-steward.conf b/.scala-steward.conf index 0b54a7f..6407526 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,2 +1,6 @@ -# We need to use logback 1.3 to maintain JDK 8 compatibility. -updates.pin = [ { groupId = "ch.qos.logback", artifactId="logback-classic", version = "1.3." } ] +updates.pin = [ + # We need to use fs2-data 1.8 to maintain JDK 8 compatibility. + { groupId = "org.gnieh", version = "1.8." }, + # We need to use logback 1.3 to maintain JDK 8 compatibility. + { groupId = "ch.qos.logback", artifactId="logback-classic", version = "1.3." } +]