Skip to content
Merged
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ local.properties
.cache-main
.scala_dependencies
.worksheet
metals.sbt

# Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val scala3Version = "3.8.0-RC1-bin-20250818-aaa39c5-NIGHTLY"
val scala3Version = "3.8.0-RC6"
resolvers += ("Artifactory" at "https://repo.scala-lang.org/artifactory/maven-nightlies/")

inThisBuild(
Expand Down
18 changes: 9 additions & 9 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 @@ -24,7 +24,7 @@
# Equivalent to inputs'.nixpkgs.legacyPackages.hello;
# packages.default = pkgs.hello;
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [ jdk21 scala-cli metals scalafmt ];
buildInputs = with pkgs; [ jdk21 scala-cli metals scalafmt sbt ];
};
};
flake = {
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.12.0
14 changes: 0 additions & 14 deletions project/project/metals.sbt

This file was deleted.