Skip to content

Commit

Permalink
[deps] 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 10, 2024
1 parent a2b7bcd commit 013aa37
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 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
10 changes: 5 additions & 5 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-09",
"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": "ff031b807dbf67c78a6c61d1c7a0de4457a07121",
"sha256": "sha256-jBbIZ45DH2fsH1bnTU/y+CdoJ8Qu/v7r8Q9veu1Zj6g=",
"type": "github"
},
"version": "fd2ba0c73278e95df5820128062a1de1be6f4cc4"
"version": "ff031b807dbf67c78a6c61d1c7a0de4457a07121"
},
"chisel-interface": {
"cargoLocks": null,
Expand Down Expand Up @@ -119,4 +119,4 @@
},
"version": "6f22826d2c8facb6bf0b41f4bea26a2225751220"
}
}
}
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 = "ff031b807dbf67c78a6c61d1c7a0de4457a07121";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "chisel";
rev = "fd2ba0c73278e95df5820128062a1de1be6f4cc4";
rev = "ff031b807dbf67c78a6c61d1c7a0de4457a07121";
fetchSubmodules = false;
sha256 = "sha256-oniOTue8NvYx+ypjB/trJzYi1RCEH16AslLlzabsVFY=";
sha256 = "sha256-jBbIZ45DH2fsH1bnTU/y+CdoJ8Qu/v7r8Q9veu1Zj6g=";
};
date = "2024-09-06";
date = "2024-10-09";
};
chisel-interface = {
pname = "chisel-interface";
Expand Down
4 changes: 3 additions & 1 deletion nix/t1/mill-modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

# chisel deps
, mill
, git
, espresso
, circt-full
, jextract-21
Expand Down Expand Up @@ -47,7 +48,7 @@ let
./../../.scalafmt.conf
];
};
millDepsHash = "sha256-gBxEO6pGD0A1RxZW2isjPcHDf+b9Sr++7eq6Ezngiio=";
millDepsHash = "sha256-pixG96IxJsYlgIU+DVxGHky6G5nMfHXphEq5A/xLP7Q=";
nativeBuildInputs = [ dependencies.setupHook ];
};

Expand All @@ -68,6 +69,7 @@ let
jextract-21
add-determinism
espresso
git

makeWrapper
passthru.millDeps.setupHook
Expand Down
6 changes: 4 additions & 2 deletions nix/t1/omreader.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# chisel deps
, mill
, espresso
, git
, circt-full
, jextract-21
, strip-nondeterminism
Expand Down Expand Up @@ -36,9 +36,10 @@ let
fileset = unions [
./../../build.sc
./../../common.sc
./../../.scalafmt.conf
];
};
millDepsHash = "sha256-ZK3m6VKG3PChoj6U2b6bVd+Z2/xkZrPxqaLRVvj7QgQ=";
millDepsHash = "sha256-pixG96IxJsYlgIU+DVxGHky6G5nMfHXphEq5A/xLP7Q=";
nativeBuildInputs = [ dependencies.setupHook ];
};

Expand Down Expand Up @@ -68,6 +69,7 @@ let
jextract-21
strip-nondeterminism
circt-full
git

makeWrapper
passthru.millDeps.setupHook
Expand Down

0 comments on commit 013aa37

Please sign in to comment.