You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
versionPolicyIntention :=Compatibility.BinaryCompatible, //As long as we are pre 1.0.0, BinaryCompatible for a patch version bump and None for a minor version bump
28
29
versionScheme :=Some("early-semver"),
@@ -35,6 +36,7 @@ lazy val common = (crossProject(JSPlatform, JVMPlatform, NativePlatform)
35
36
.settings(
36
37
commonSettings,
37
38
name :="onnx-scala-common",
39
+
scalacOptions ++=Seq("-source:3.2"),
38
40
crossScalaVersions :=Seq(
39
41
dottyVersion
40
42
)
@@ -48,6 +50,7 @@ lazy val proto = (crossProject(JSPlatform, JVMPlatform, NativePlatform)
0 commit comments