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 5f3384f commit 189cb84Copy full SHA for 189cb84
build.sbt
@@ -88,10 +88,9 @@ lazy val `sbt-dependency-analyzer` = (project in file("."))
88
kotlinVersion := ktVersion,
89
Compile / unmanagedSourceDirectories += baseDirectory.value / "src" / "main" / "kotlin",
90
packageLibraryMappings ++= Seq(
91
- "org.jetbrains.kotlin" % ".*" % ".*" -> None,
92
- "org.jetbrains" % ".*" % ".*" -> None,
93
- "org.scala-lang" % "scala-.*" % ".*" -> None,
94
- "org.scala-lang" % "scala3-.*" % ".*" -> None,
95
- "org.scala-lang.modules" % "scala-.*" % ".*" -> None
+ "org.jetbrains.kotlin" % ".*" % ".*" -> None,
+ "org.jetbrains" % ".*" % ".*" -> None,
+ "org.scala-lang" % "scala-.*" % ".*" -> None,
+ "org.scala-lang.modules" % "scala-.*" % ".*" -> None
96
)
97
0 commit comments