Skip to content

Commit 96ffa65

Browse files
committed
Fix build
1 parent fb2bf99 commit 96ffa65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ lazy val commonSettings = Seq(
2323
lazy val common = (crossProject(JSPlatform, JVMPlatform, NativePlatform)
2424
.crossType(CrossType.Pure) in file("common"))
2525
.settings(commonSettings, name := "onnx-scala-common",
26-
excludeFilter in unmanagedSources := (CrossVersion
27-
.partialVersion(scalaVersion.value) match {
28-
case Some((0, n)) => "UnionType.scala"
29-
case _ => ""
30-
}
31-
)
26+
// excludeFilter in unmanagedSources := (CrossVersion
27+
// .partialVersion(scalaVersion.value) match {
28+
// case Some((0, n)) => "UnionType.scala"
29+
// case _ => ""
30+
// }
31+
// )
3232
)
3333
.jvmSettings(
3434
// scalaVersion := scala213Version,

0 commit comments

Comments
 (0)