Skip to content

Commit c756c96

Browse files
committed
Bump Scala to 3.0.0-RC3, disable Cast op
1 parent ade3d45 commit c756c96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backends/.jvm/src/main/scala/ORTOperatorBackendAll.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ORTOperatorBackendAll
2626
with BatchNormalizationV9
2727
// with BinarizerV1 //ONNX ML, not tested for in scoreboard
2828
// with BitShiftV11 //not supported in ONNX.js
29-
with CastV13
29+
// with CastV13
3030
// with CastMapV1 //ONNX ML, not tested for in scoreboard
3131
// with CategoryMapperV1 //ONNX ML, not tested for in scoreboard
3232
// with CeilV1

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
22

33
//val dottyVersion = dottyLatestNightlyBuild.get
4-
val dottyVersion = "3.0.0-RC2"
4+
val dottyVersion = "3.0.0-RC3"
55
val scala213Version = "2.13.5"
66
val spireVersion = "0.17.0"
7-
val scalaTestVersion = "3.2.7"
7+
val scalaTestVersion = "3.2.8"
88

99
scalaVersion := dottyVersion
1010

0 commit comments

Comments
 (0)