Skip to content

Commit

Permalink
Merge pull request #1248 from xuwei-k/patch-3
Browse files Browse the repository at this point in the history
remove shapeless imports from initialCommands
  • Loading branch information
fthomas committed Mar 1, 2024
2 parents 4c74ad1 + 4c71986 commit a6fb768
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@ lazy val core = myCrossProject("core")
"org.scalacheck" %%% "scalacheck" % scalaCheckVersion % Test
)
},
initialCommands += s"""
import shapeless.tag.@@
""",
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion),
buildInfoPackage := s"$rootPkg.internal"
)
Expand Down Expand Up @@ -324,8 +321,6 @@ lazy val commonSettings = Def.settings(
import $rootPkg.auto._
import $rootPkg.predicates.all._
import $rootPkg.types.all._
import shapeless.{ ::, HList, HNil }
import shapeless.nat._
"""
)

Expand Down

0 comments on commit a6fb768

Please sign in to comment.