From 2a57287f4c34f79a5c766b9068497db828d1cae9 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Fri, 5 Apr 2024 17:49:46 +0200 Subject: [PATCH] Pin to Scala 3.3.x --- .scala-steward.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 1808933..ef6e721 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1 +1,5 @@ updatePullRequests = "always" + +updates.pin = [ + { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." } +]