Skip to content

Commit 7292826

Browse files
authored
add sbt to flake (#22)
2 parents aac846d + 734c047 commit 7292826

File tree

6 files changed

+13
-26
lines changed

6 files changed

+13
-26
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ local.properties
188188
.cache-main
189189
.scala_dependencies
190190
.worksheet
191+
metals.sbt
191192

192193
# Uncomment this line if you wish to ignore the project description file.
193194
# Typically, this file would be tracked if it contains build/dependency configurations:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val scala3Version = "3.8.0-RC1-bin-20250818-aaa39c5-NIGHTLY"
1+
val scala3Version = "3.8.0-RC6"
22
resolvers += ("Artifactory" at "https://repo.scala-lang.org/artifactory/maven-nightlies/")
33

44
inThisBuild(

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Equivalent to inputs'.nixpkgs.legacyPackages.hello;
2525
# packages.default = pkgs.hello;
2626
devShells.default = pkgs.mkShell {
27-
buildInputs = with pkgs; [ jdk21 scala-cli metals scalafmt ];
27+
buildInputs = with pkgs; [ jdk21 scala-cli metals scalafmt sbt ];
2828
};
2929
};
3030
flake = {

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.9
1+
sbt.version=1.12.0

project/project/metals.sbt

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)