Skip to content

Commit 097013f

Browse files
committed
scala-steward pins
1 parent 92a461b commit 097013f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/scala-steward.conf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@ commits.message = "[6.2.x] ${artifactName} ${nextVersion} (was ${currentVersion}
55
pullRequests.grouping = [
66
{ name = "patches", "title" = "[6.2.x] Patch updates", "filter" = [{"version" = "patch"}] }
77
]
8+
9+
updates.pin = [
10+
{ groupId = "org.playframework", artifactId = "play", version = "3.0." },
11+
{ groupId = "org.playframework", artifactId = "play-docs-sbt-plugin", version = "3.0." },
12+
{ groupId = "org.playframework", artifactId = "play-jdbc-api", version = "3.0." },
13+
{ groupId = "org.playframework", artifactId = "play-jdbc-evolutions", version = "3.0." },
14+
{ groupId = "org.playframework", artifactId = "play-logback", version = "3.0." },
15+
{ groupId = "org.playframework", artifactId = "play-specs2", version = "3.0." },
16+
{ groupId = "org.playframework", artifactId = "sbt-plugin", version = "3.0." }
17+
]

0 commit comments

Comments
 (0)