Skip to content

Commit 56118f0

Browse files
committed
2.13 fixes
1 parent d324397 commit 56118f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bazelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ common:scala_2.13 --define=SCALA_VERSION=2.13.12
99
# Default scala version to 2.12
1010
# To set a different default Scala version, add the following to .bazelrc.local:
1111
# common --config scala_2.12
12-
common --repo_env=SCALA_VERSION=2.12.18
13-
common --define=SCALA_VERSION=2.12.18
12+
common --repo_env=SCALA_VERSION=2.13.12
13+
common --define=SCALA_VERSION=2.13.12
1414

1515
build --java_language_version=11
1616
build --java_runtime_version=11

online/src/main/scala/ai/chronon/online/fetcher/GroupByResponseHandler.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import org.slf4j.{Logger, LoggerFactory}
1212

1313
import java.util
1414
import scala.util.{Failure, Success, Try}
15+
import scala.collection.Seq
1516

1617
class GroupByResponseHandler(fetchContext: FetchContext, metadataStore: MetadataStore) extends FetcherCache {
1718

0 commit comments

Comments
 (0)