Skip to content

Commit

Permalink
Add no scala versions for main sbt project
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Dec 27, 2022
1 parent 7fae1c8 commit 6e94a04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ lazy val fly4s: Project = project
)
.settings(allSettings)
.settings(noPublishSettings)
.settings(
crossScalaVersions := Nil
)
.aggregate(core, macros)

lazy val core: Project =
Expand Down

0 comments on commit 6e94a04

Please sign in to comment.