Skip to content

Commit

Permalink
Merge branch 'level-rewrite' of github.com:hhu-adam/NNG4 into level-r…
Browse files Browse the repository at this point in the history
…ewrite
  • Loading branch information
kbuzzard committed Sep 25, 2023
2 parents f07062e + 622fbfb commit 0249d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
{"git":
{"url": "https://github.com/leanprover-community/lean4game.git",
"subDir?": "server",
"rev": "b01dd1de6e4179f4134b1aa0991c112f5b7e1bbe",
"rev": "c50517b5e6d411d1b7947df8505326b8d70fcb5b",
"opts": {},
"name": "GameServer",
"inputRev?": "b01dd1de6e4179f4134b1aa0991c112f5b7e1bbe",
"inputRev?": "c50517b5e6d411d1b7947df8505326b8d70fcb5b",
"inherited": false}},
{"git":
{"url": "https://github.com/leanprover/std4",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def LocalGameServer : Dependency := {

def RemoteGameServer : Dependency := {
name := `GameServer
src := Source.git "https://github.com/leanprover-community/lean4game.git" "b01dd1de6e4179f4134b1aa0991c112f5b7e1bbe" "server"
src := Source.git "https://github.com/leanprover-community/lean4game.git" "c50517b5e6d411d1b7947df8505326b8d70fcb5b" "server"
}

/- Choose dependency depending on the environment variable NODE_ENV -/
Expand Down

0 comments on commit 0249d2e

Please sign in to comment.