Skip to content

Commit b357961

Browse files
committed
fix
1 parent 77bf6a0 commit b357961

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ lazy val `sbt-dependency-analyzer` = (project in file("."))
6868
ThisBuild / bundleScalaLibrary := true,
6969
ThisBuild / autoRemoveOldCachedIntelliJSDK := true,
7070
Global / intellijAttachSources := true,
71+
buildIntellijOptionsIndex := {},
7172
intellijPlugins ++= Seq("com.intellij.java", "org.intellij.scala").map(_.toPlugin),
7273
intellijVMOptions := intellijVMOptions.value.copy(
7374
xmx = 2048,
@@ -95,8 +96,8 @@ lazy val `sbt-dependency-analyzer` = (project in file("."))
9596
kotlinVersion := ktVersion,
9697
Compile / unmanagedSourceDirectories += baseDirectory.value / "src" / "main" / "kotlin",
9798
packageLibraryMappings ++= Seq(
98-
"org.jetbrains.kotlin" % ".*" % ".*" -> None,
99-
// "org.jetbrains" % ".*" % ".*" -> None,
99+
"org.jetbrains.kotlin" % ".*" % ".*" -> None,
100+
"org.jetbrains" % ".*" % ".*" -> None,
100101
"org.scala-lang" % "scala-.*" % ".*" -> None,
101102
"org.scala-lang.modules" % "scala-.*" % ".*" -> None
102103
)

0 commit comments

Comments
 (0)