From a02320c56c8b52ae998d7ea6a8eb42d363ce1912 Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Wed, 31 Mar 2021 21:15:30 +0200 Subject: [PATCH] Pin fs2 upgrades to 2.x --- .scala-steward.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 91bf2eaf..588e5b52 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1 +1,7 @@ -updates.ignore = [ { groupId = "org.apache.poi" } ] \ No newline at end of file +updates.ignore = [ + { groupId = "org.apache.poi" }, +] + +updates.pin = [ + { groupId = "co.fs2", version = "2." } +] \ No newline at end of file