We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2dec5e commit 8a3f5cfCopy full SHA for 8a3f5cf
.scalafmt.conf
@@ -1,4 +1,4 @@
1
-version = "3.0.6"
+version = "3.0.7"
2
project.git = true
3
runner.dialect = "scala213"
4
assumeStandardLibraryStripMargin = true
project/plugins.sbt
@@ -1,6 +1,6 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9")
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
5
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
6
0 commit comments