Skip to content
Snippets Groups Projects
Commit 3a34150a authored by Katja Goltsova's avatar Katja Goltsova Committed by SimonGuilloud
Browse files

scalafmt .sbt files

parent a3e9f5d4
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,4 @@ Test / parallelExecution := false
ThisBuild / semanticdbEnabled := true
ThisBuild / semanticdbVersion := scalafixSemanticdb.revision
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0"
\ No newline at end of file
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0"
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
\ No newline at end of file
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment