Skip to content

Commit

Permalink
Reformat with scalafmt 3.5.9
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
110416-scala-steward committed Aug 12, 2022
1 parent a112936 commit 14ecbdf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ lazy val noPublishSettings = Seq(
publishTo := None
)



lazy val root = (project in file("."))
.settings(noPublishSettings)
.settings(
Expand All @@ -54,7 +52,8 @@ lazy val core = (projectMatrix in file("core"))
.settings(
name := "$name$-core",
scalacOptions ++= {
if (scalaVersion.value.startsWith("2.12")) Seq("-language:higherKinds","-Ypartial-unification")
if (scalaVersion.value.startsWith("2.12"))
Seq("-language:higherKinds", "-Ypartial-unification")
else Nil
},
libraryDependencies ++= munit.value.map(_ % Test)
Expand Down

0 comments on commit 14ecbdf

Please sign in to comment.