Skip to content

Commit

Permalink
chore: Set correct Scala version mtags-shared when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Jun 1, 2023
1 parent ae156c5 commit f19aea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def configureMtagsScalaVersionDynamically(
List(
mtest / scalaVersion := scalaV,
mtags / scalaVersion := scalaV,
mtagsShared / scalaVersion := scalaV,
cross / scalaVersion := scalaV,
)
val extracted = Project.extract(state)
Expand Down

0 comments on commit f19aea2

Please sign in to comment.