Skip to content

Commit 7c66b87

Browse files
authored
Merge pull request #329 from mkurz/scala-steward_more_pins
Pin dependencies in Scala steward
2 parents 3116999 + e9a3caa commit 7c66b87

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/scala-steward.conf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,17 @@ buildRoots = [
1111
"samples/compile-timeDI",
1212
"samples/runtimeDI",
1313
]
14+
15+
updates.pin = [
16+
{ groupId = "org.playframework", artifactId = "play", version = "3.0." },
17+
{ groupId = "org.playframework", artifactId = "play-akka-http-server", version = "3.0." },
18+
{ groupId = "org.playframework", artifactId = "play-filters-helpers", version = "3.0." },
19+
{ groupId = "org.playframework", artifactId = "play-java-forms", version = "3.0." },
20+
{ groupId = "org.playframework", artifactId = "play-logback", version = "3.0." },
21+
{ groupId = "org.playframework", artifactId = "play-server", version = "3.0." },
22+
{ groupId = "org.playframework", artifactId = "play-specs2", version = "3.0." },
23+
{ groupId = "org.playframework", artifactId = "play-test", version = "3.0." },
24+
{ groupId = "org.playframework", artifactId = "sbt-plugin", version = "3.0." },
25+
{ groupId = "org.playframework", artifactId = "play-mailer-guice", version = "10.0." },
26+
{ groupId = "org.playframework", artifactId = "play-mailer", version = "10.0." }
27+
]

0 commit comments

Comments
 (0)