Skip to content

Commit

Permalink
feat: initial scala toolchain support
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyklim committed Dec 6, 2023
1 parent 91b2257 commit 276a48e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Bazel rules_scala flake";

inputs = {
nixpkgs.url = "nixpkgs/release-23.05";
nixpkgs.url = "nixpkgs/release-23.11";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down
8 changes: 0 additions & 8 deletions tests/scala3/compiler/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,4 @@ load("@rules_scala3//rules:scala.bzl", "scala_binary")
scala_binary(
name = "app",
srcs = glob(["scala3-example-project/src/main/**/*.scala"]),
scalacopts = [
"-deprecation",
"-encoding",
"UTF-8",
"-feature",
"-unchecked",
"-source:3.0",
],
)

0 comments on commit 276a48e

Please sign in to comment.