Skip to content

Commit

Permalink
scalafmt On Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Jan 26, 2020
1 parent d84c926 commit 5bf8a97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inThisBuild.sbt
Expand Up @@ -2,6 +2,8 @@ val scala2_11 = "2.11.12"
val scala2_12 = "2.12.10"
val scala2_13 = "2.13.1"

scalafmtOnCompile in ThisBuild := true

scalaVersion in ThisBuild := scala2_13

crossScalaVersions in ThisBuild := List(scala2_13, scala2_12, scala2_11)

0 comments on commit 5bf8a97

Please sign in to comment.