We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3f2e9 commit ee1cc2aCopy full SHA for ee1cc2a
build.sbt
@@ -49,7 +49,7 @@ val versionSpecificScalaSources = {
49
50
val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
51
organization := "com.softwaremill.macwire",
52
- ideSkipProject := (scalaVersion.value != scala2_13) || thisProjectRef.value.project.contains("JS"),
+ ideSkipProject := (scalaVersion.value != scala3) || thisProjectRef.value.project.contains("JS"),
53
scalacOptions ~= (_.filterNot(Set("-Wconf:cat=other-match-analysis:error"))) // doesn't play well with macros
54
)
55
0 commit comments