From 9467cfcb17d714476e1798bf8258e74b6ea061f2 Mon Sep 17 00:00:00 2001 From: Roman Janusz Date: Thu, 28 Mar 2024 12:35:44 +0100 Subject: [PATCH] keep Scala 3 version at LTS in .scala-steward.conf --- .scala-steward.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index d98b386dd3..276f8b33bc 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -7,5 +7,6 @@ updates.ignore = [ updates.pin = [ {groupId = "com.typesafe.akka", version = "2.6."}, # Gatling uses scopt 3.7.1 and fails on Gatling/testOnly for scopt 4.x - {groupId = "com.github.scopt", artifactId = "scopt", version = "3.7.1"} + {groupId = "com.github.scopt", artifactId = "scopt", version = "3.7.1"}, + {groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3."} ]