From 8e00103f5501ad7f90b550fe28a859101ffd39b0 Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Wed, 4 Jan 2023 21:59:43 -0500 Subject: [PATCH] Unpin from 0.23, which is EOL --- .scala-steward.conf | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index fba92d06..db16dc1d 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -5,13 +5,3 @@ updates.pin = [ { groupId = "org.eclipse.jetty", version = "10." }, { groupId = "org.eclipse.jetty.http2", version = "10." } ] - -updates.ignore = [ - # Inherit from series/0.23 - { groupId = "org.http4s", artifactId = "http4s-dsl" }, - { groupId = "org.http4s", artifactId = "http4s-server" }, - { groupId = "org.http4s", artifactId = "http4s-scalafix-internal" }, - { groupId = "org.http4s", artifactId = "sbt-http4s-org" }, - { groupId = "org.scala-lang", artifactId = "scala3-library" }, - { groupId = "org.scala-sbt", artifactId = "sbt" } -]