Skip to content

Commit 02e70c4

Browse files
authored
Merge pull request #1066 from scala-steward/update/patches
Patch updates
2 parents 6281a75 + 4b40973 commit 02e70c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.8.2
1+
version = 3.8.3
22
runner.dialect = Scala213Source3
33

44
align.preset = true

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
resolvers ++= DefaultOptions.resolvers(snapshot = true)
66

7-
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.4"))
7+
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.5"))
88

99
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
1010

11-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
11+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1212

1313
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
1414

0 commit comments

Comments
 (0)