Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
local-spark-distrib-tests,
standalone-tests,
yarn-spark-distrib-tests,
yarn-tests.2_12_11,
yarn-tests.2_12_18,
yarn-tests.2_13_11
MILL_CHECKS_ORPHAN_SOURCES_IGNORE: >-
mill-build
Expand Down
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ implicit def millModuleBasePath: ModuleCtx.Nested =
)

object Versions {
def scala212 = "2.12.11"
def scala212 = "2.12.18"
def scala213 = "2.13.11"

def scala = Seq(scala213, scala212)
Expand Down
Loading