Skip to content

Commit ec58bf0

Browse files
authored
Merge pull request #961 from playframework/update/2.0.x/patches
[2.0.x] Patch updates
2 parents 18acb68 + cb80447 commit ec58bf0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.9.7
1+
version = 3.9.8
22

33
project.layout=StandardConvention
44

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ lazy val compiler = project
116116
}
117117
},
118118
libraryDependencies += parserCombinators(scalaVersion.value),
119-
libraryDependencies += "org.scalameta" %% "parsers" % "4.13.7",
119+
libraryDependencies += "org.scalameta" %% "parsers" % "4.13.8",
120120
run / fork := true,
121121
buildInfoKeys := Seq[BuildInfoKey](scalaVersion),
122122
buildInfoPackage := "play.twirl.compiler",

docs/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ resolvers ++= DefaultOptions.resolvers(snapshot = true)
88

99
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.7"))
1010
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
11-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
11+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
88

99
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1010
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
11-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
11+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
1212
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.10.0")
1313
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.10")
1414
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

0 commit comments

Comments
 (0)