Files
lila/.scala-steward.conf

11 lines
692 B
Plaintext

updates.ignore = [ { groupId = "com.typesafe.play", artifactId = "sbt-plugin" } ]
updates.ignore = [ { groupId = "com.typesafe.play", artifactId = "play" } ]
updates.ignore = [ { groupId = "com.typesafe.play", artifactId = "play-server" } ]
updates.ignore = [ { groupId = "com.typesafe.play", artifactId = "play-netty-server" } ]
updates.ignore = [ { groupId = "com.typesafe.play", artifactId = "play-logback" } ]
updates.pin = [
{ groupId = "com.maxmind.geoip2", artifactId="geoip2", version = "4.0.1" },
{ groupId = "com.typesafe.play", artifactId="play-ahc-ws-standalone", version = "2." },
{ groupId = "com.typesafe.play", artifactId="play-ws-standalone-json", version = "2." }
]