We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6281a75 + 4b40973 commit 02e70c4Copy full SHA for 02e70c4
.scalafmt.conf
@@ -1,4 +1,4 @@
1
-version = 3.8.2
+version = 3.8.3
2
runner.dialect = Scala213Source3
3
4
align.preset = true
project/plugins.sbt
@@ -4,11 +4,11 @@
5
resolvers ++= DefaultOptions.resolvers(snapshot = true)
6
7
-addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.4"))
+addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.5"))
8
9
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
10
11
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
12
13
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
14
0 commit comments