Skip to content

Commit d9e33a3

Browse files
authored
Update .scala-steward.conf
1 parent 4b47215 commit d9e33a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.scala-steward.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ updates.pin = [
44
{ groupId = "org.scala-lang", artifactId = "scala3-library" , version = "3.3." }
55
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1" , version = "3.3." }
66
]
7+
8+
updates.ignore = [
9+
{
10+
groupId = "com.lihaoyi"
11+
artifactId = "utest"
12+
}
13+
]

0 commit comments

Comments
 (0)