Skip to content

Commit

Permalink
Merge pull request #876 from playframework/update/patches
Browse files Browse the repository at this point in the history
Patch updates
mkurz authored Jun 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 4beb6bb + 1406471 commit 22dd38c
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was originally copied from https://github.com/playframework/playframework/blob/main/.scalafmt.conf
version = 3.8.1
version = 3.8.2
runner.dialect = scala213
align.preset = more
assumeStandardLibraryStripMargin = true
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@ resolvers ++= Resolver.sonatypeOssRepos(
"snapshots"
) // used by deploy nightlies, which publish here & use -Dplay.version

addSbtPlugin("org.playframework" % "sbt-plugin" % sys.props.getOrElse("play.version", "3.0.3"))
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.3"))
addSbtPlugin("org.playframework" % "sbt-plugin" % sys.props.getOrElse("play.version", "3.0.4"))
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.4"))

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")

0 comments on commit 22dd38c

Please sign in to comment.