Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Oct 11, 2021
1 parent 1c022ec commit 6e671d5
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 @@ -76,6 +76,7 @@ lazy val quicklens = (projectMatrix in file("quicklens"))
.jsPlatform(
scalaVersions = List(scala212, scala213, scala3),
Test / test := {
// see https://github.com/softwaremill/quicklens/issues/67; TODO: re-enable one day when this works
if (scalaVersion.value == scala3) {} else (Test / test).value
}
)
Expand Down

0 comments on commit 6e671d5

Please sign in to comment.