forked from apache/pekko-grpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.scala-steward.conf
25 lines (19 loc) · 966 Bytes
/
.scala-steward.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
updates.ignore = [
]
updates.pin = [
# https://github.com/akka/akka-grpc/issues/1506
{ groupId = "org.eclipse.jgit", artifactId = "org.eclipse.jgit", version = "5." },
# Pin logback to v1.3.x because v1.4.x needs JDK11
{ groupId = "ch.qos.logback", version="1.3." }
# Pin sbt-paradox to v0.9.x because 0.10.x needs JDK 11
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-project-info", version = "0.9." },
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = "0.9." }
# Scala 3.3 is a LTS
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
# https://github.com/apache/pekko-grpc/pull/271
{ groupId = "io.grpc", version = "1.62." }
# when we update to protobuf 4.x we probably need to update a bunch of libraries
# in tandem, and possibly schedule this for a major pekko-grpc release
{ groupId = "com.google.protobuf", version = "3." }
]
updatePullRequests = "always"