Skip to content

Commit

Permalink
Fix -release compiler option
Browse files Browse the repository at this point in the history
  • Loading branch information
EmergentOrder committed Dec 22, 2022
1 parent 8f74cbc commit a2b4487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lazy val onnxscala = (crossProject(JSPlatform, JVMPlatform) //, NativePlatform)
.settings(
// javaOptions += "-Dcats.effect.stackTracingMode=full -Dcats.effect.traceBufferSize=1024",
name := "ndscala-onnx-scala",
scalacOptions += "-release:19",
// scalacOptions += "-release:19",
scalacOptions += "-source:3.2",
libraryDependencies += ("org.typelevel" %%% "spire" % "0.18.0"),
libraryDependencies += "org.emergent-order" %%% "onnx-scala-backends" % "0.17.0",
Expand Down

0 comments on commit a2b4487

Please sign in to comment.