mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
11 lines
692 B
Plaintext
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." }
|
|
]
|