Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pineapplehunter committed May 18, 2024
1 parent 41210ec commit 8d98bf3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ addCommandAlias("fmt", "; scalafmtAll ; scalafmtSbt")
addCommandAlias("fmtCheck", "; scalafmtCheckAll ; scalafmtSbtCheck")

name := "B4SMT-project"
scalaVersion := "2.13.13"
scalaVersion := "2.13.14"

val chiselVersion = "6.2.0"
val chiselVersion = "6.3.0"
val chiselTestVersion = "6.0.0"

val commonSettings = Seq(
Expand Down
6 changes: 3 additions & 3 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 @@
b4smtGen = final.callPackage ./nix/b4smtgen.nix {
riscv-programs = self.packages.${system}.default;
};
b4smt = final.b4smtGen { hash = "sha256-9AOjT7Y9G88PJ+Lg9hp2uVSX4Na4cnzGY2hNTMwbZlQ="; };
b4smt = final.b4smtGen { hash = "sha256-pLOGYMGH3H96EOQhb6wmJG0wYbTRoXx801/GWYmw/es="; };
sbt = prev.sbt.override { jre = final.jre_headless; };
};
pkgs = import nixpkgs {
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.10.0

0 comments on commit 8d98bf3

Please sign in to comment.