File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " eclipse-s-core" ,
3- "image" : " ghcr.io/eclipse-score/devcontainer:1.0 .0" ,
3+ "image" : " ghcr.io/eclipse-score/devcontainer:v1.1 .0" ,
44 "postStartCommand" : " ssh-keygen -f '/home/vscode/.ssh/known_hosts' -R '[localhost]:2222' || true"
55}
Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ single_version_override(
4444bazel_dep (name = "score_baselibs" )
4545single_version_override (
4646 module_name = "score_baselibs" ,
47- version = "0.1.3 " , # part of 0.5.0-alpha release
47+ version = "0.2.2 " , # part of 0.5.0-beta release
4848 patch_strip = 1 ,
4949 patches = [
5050 "//patches:fix_hard_coded_amd64.patch" ,
5151 ],
5252)
53- bazel_dep (name = "score_communication" , version = "0.1.1 " ) # part of 0.5.0-alpha release
53+ bazel_dep (name = "score_communication" , version = "0.1.2 " ) # part of 0.5.0-beta release
5454bazel_dep (name = "score_scrample" , version = "0.1.0" ) # part of 0.5.0-alpha release
5555bazel_dep (name = "score_persistency" , version = "0.2.1" ) # part of 0.5.0-alpha release
5656
You can’t perform that action at this time.
0 commit comments