Skip to content

Commit ee1cc2a

Browse files
committed
Import Scala3 projects by default
1 parent be3f2e9 commit ee1cc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ val versionSpecificScalaSources = {
4949

5050
val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
5151
organization := "com.softwaremill.macwire",
52-
ideSkipProject := (scalaVersion.value != scala2_13) || thisProjectRef.value.project.contains("JS"),
52+
ideSkipProject := (scalaVersion.value != scala3) || thisProjectRef.value.project.contains("JS"),
5353
scalacOptions ~= (_.filterNot(Set("-Wconf:cat=other-match-analysis:error"))) // doesn't play well with macros
5454
)
5555

0 commit comments

Comments
 (0)