Skip to content

Commit

Permalink
build: bump to Scala 2.13.15
Browse files Browse the repository at this point in the history
Signed-off-by: unlsycn <[email protected]>
  • Loading branch information
unlsycn committed Oct 9, 2024
1 parent d6f3d9b commit ed6cf63
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import $file.common
def buildSources = T.sources(os.pwd / "build.sc")

object v {
val scala = "2.13.14"
val scala = "2.13.15"
val mainargs = ivy"com.lihaoyi::mainargs:0.5.0"
val oslib = ivy"com.lihaoyi::os-lib:0.9.1"
val upickle = ivy"com.lihaoyi::upickle:3.3.1"
Expand Down
8 changes: 4 additions & 4 deletions nix/t1/dependencies/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"chisel": {
"cargoLocks": null,
"date": "2024-09-06",
"date": "2024-10-08",
"extract": null,
"name": "chisel",
"passthru": null,
Expand All @@ -53,11 +53,11 @@
"name": null,
"owner": "chipsalliance",
"repo": "chisel",
"rev": "fd2ba0c73278e95df5820128062a1de1be6f4cc4",
"sha256": "sha256-oniOTue8NvYx+ypjB/trJzYi1RCEH16AslLlzabsVFY=",
"rev": "90a8d390ca6d50a4abb2518855d3a51d44b880e1",
"sha256": "sha256-oVhEjh1PWKzOfVLAonGUF8Twl3vt4EJQRNJ/+3tck08=",
"type": "github"
},
"version": "fd2ba0c73278e95df5820128062a1de1be6f4cc4"
"version": "90a8d390ca6d50a4abb2518855d3a51d44b880e1"
},
"chisel-interface": {
"cargoLocks": null,
Expand Down
8 changes: 4 additions & 4 deletions nix/t1/dependencies/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
};
chisel = {
pname = "chisel";
version = "fd2ba0c73278e95df5820128062a1de1be6f4cc4";
version = "90a8d390ca6d50a4abb2518855d3a51d44b880e1";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "chisel";
rev = "fd2ba0c73278e95df5820128062a1de1be6f4cc4";
rev = "90a8d390ca6d50a4abb2518855d3a51d44b880e1";
fetchSubmodules = false;
sha256 = "sha256-oniOTue8NvYx+ypjB/trJzYi1RCEH16AslLlzabsVFY=";
sha256 = "sha256-oVhEjh1PWKzOfVLAonGUF8Twl3vt4EJQRNJ/+3tck08=";
};
date = "2024-09-06";
date = "2024-10-08";
};
chisel-interface = {
pname = "chisel-interface";
Expand Down
2 changes: 1 addition & 1 deletion nix/t1/mill-modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ let
./../../.scalafmt.conf
];
};
millDepsHash = "sha256-gBxEO6pGD0A1RxZW2isjPcHDf+b9Sr++7eq6Ezngiio=";
millDepsHash = "sha256-pixG96IxJsYlgIU+DVxGHky6G5nMfHXphEq5A/xLP7Q=";
nativeBuildInputs = [ dependencies.setupHook ];
};

Expand Down

0 comments on commit ed6cf63

Please sign in to comment.