Skip to content

Commit ca096ee

Browse files
authored
Merge pull request playframework#970 from scala-steward/update/6.2.x/sbt-ci-release-1.11.1
[6.2.x] sbt-ci-release 1.11.1 (was 1.9.3)
2 parents 300494f + 097013f commit ca096ee

3 files changed

Lines changed: 14 additions & 6 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+
]

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import scala.sys.process._
22
import com.typesafe.tools.mima.plugin.MimaPlugin._
33
import com.typesafe.tools.mima.core._
44

5-
ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("releases")
6-
75
// Customise sbt-dynver's behaviour to make it work with tags which aren't v-prefixed
86
ThisBuild / dynverVTagPrefix := false
97

project/plugins.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
resolvers ++= DefaultOptions.resolvers(snapshot = true)
2-
resolvers ++= Resolver.sonatypeOssRepos(
3-
"snapshots"
4-
) // used by deploy nightlies, which publish here & use -Dplay.version
2+
resolvers ++= Seq(
3+
Resolver.sonatypeCentralSnapshots, // used by deploy nightlies, which publish here & use -Dplay.version
4+
)
55

66
addSbtPlugin("org.playframework" % "sbt-plugin" % sys.props.getOrElse("play.version", "3.0.8"))
77
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.8"))
88

99
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
1010
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1111

12-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
12+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")

0 commit comments

Comments
 (0)