Skip to content

Commit

Permalink
dep: update sclafmt sbt-plugin to 2.4.6 and scalafmt to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Jan 11, 2022
1 parent 3d9da12 commit 1671af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = "3.0.8"
version = "3.3.1"
project.git = true
runner.dialect = "scala213"
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")

0 comments on commit 1671af1

Please sign in to comment.