We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b47215 commit d9e33a3Copy full SHA for d9e33a3
.scala-steward.conf
@@ -4,3 +4,10 @@ updates.pin = [
4
{ groupId = "org.scala-lang", artifactId = "scala3-library" , version = "3.3." }
5
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1" , version = "3.3." }
6
]
7
+
8
+updates.ignore = [
9
+ {
10
+ groupId = "com.lihaoyi"
11
+ artifactId = "utest"
12
+ }
13
+]
0 commit comments