File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
backends/.jvm/src/main/scala Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class ORTOperatorBackendAll
26
26
with BatchNormalizationV9
27
27
// with BinarizerV1 //ONNX ML, not tested for in scoreboard
28
28
// with BitShiftV11 //not supported in ONNX.js
29
- with CastV13
29
+ // with CastV13
30
30
// with CastMapV1 //ONNX ML, not tested for in scoreboard
31
31
// with CategoryMapperV1 //ONNX ML, not tested for in scoreboard
32
32
// with CeilV1
Original file line number Diff line number Diff line change 1
1
import sbtcrossproject .CrossPlugin .autoImport .{crossProject , CrossType }
2
2
3
3
// val dottyVersion = dottyLatestNightlyBuild.get
4
- val dottyVersion = " 3.0.0-RC2 "
4
+ val dottyVersion = " 3.0.0-RC3 "
5
5
val scala213Version = " 2.13.5"
6
6
val spireVersion = " 0.17.0"
7
- val scalaTestVersion = " 3.2.7 "
7
+ val scalaTestVersion = " 3.2.8 "
8
8
9
9
scalaVersion := dottyVersion
10
10
You can’t perform that action at this time.
0 commit comments