-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scala-steward.conf
19 lines (18 loc) · 1.15 KB
/
.scala-steward.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
updates.ignore = [
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" },
{ groupId = "org.scalameta", artifactId = "scalafmt-core" },
{ groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
{ groupId = "org.scalatest", artifactId = "scalatest" },
{ groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-parameter-names" },
{ groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-scala" },
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" },
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core" },
{ groupId = "com.fasterxml.jackson.dataformat", artifactId = "jackson-dataformat-cbor" },
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jsr310" },
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" },
{ groupId = "com.typesafe", artifactId = "config" },
{ groupId = "com.typesafe", artifactId = "ssl-config-core" },
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" },
{ groupId = "org.agrona", artifactId = "agrona" },
{ groupId = "org.mockito", artifactId = "mockito-core" }
]