Skip to content

Commit

Permalink
Fix IDE settings for apollo-compatibility module (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyri-petrou authored May 23, 2024
1 parent 32bb7ac commit 654eed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ lazy val apolloCompatibility =
)
.settings(
skip := (scalaVersion.value == scala212),
ideSkipProject := (scalaVersion.value != scala212),
ideSkipProject := (scalaVersion.value == scala212),
crossScalaVersions := Seq(scala213, scala3),
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-java8-compat" % "always"
)
Expand Down

0 comments on commit 654eed7

Please sign in to comment.