Skip to content

Commit

Permalink
SBT: remove buildInfoSettings from macros
Browse files Browse the repository at this point in the history
Addresses build warning stipulating that these are not used.
  • Loading branch information
kitbellew committed Nov 18, 2024
1 parent a065f20 commit c18c0b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ lazy val coreJVM = core.jvm
lazy val macros = crossProject(JVMPlatform, NativePlatform)
.in(file("scalafmt-macros")).settings(
moduleName := "scalafmt-macros",
buildInfoSettings,
scalacOptions ++= scalacJvmOptions.value,
libraryDependencies ++= Seq(
scalameta.value,
Expand Down

0 comments on commit c18c0b7

Please sign in to comment.