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 fb2bf99 commit 96ffa65Copy full SHA for 96ffa65
build.sbt
@@ -23,12 +23,12 @@ lazy val commonSettings = Seq(
23
lazy val common = (crossProject(JSPlatform, JVMPlatform, NativePlatform)
24
.crossType(CrossType.Pure) in file("common"))
25
.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
- )
+// excludeFilter in unmanagedSources := (CrossVersion
+// .partialVersion(scalaVersion.value) match {
+// case Some((0, n)) => "UnionType.scala"
+// case _ => ""
+// }
+// )
32
)
33
.jvmSettings(
34
// scalaVersion := scala213Version,
0 commit comments