Skip to content

Commit

Permalink
bump gameserver
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuzzard committed Oct 5, 2023
1 parent 4325af4 commit 87ff81b
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": "c50517b5e6d411d1b7947df8505326b8d70fcb5b",
"rev": "923a6cfb4f0403de50b270148cf0354b0d83d53d",
"opts": {},
"name": "GameServer",
"inputRev?": "c50517b5e6d411d1b7947df8505326b8d70fcb5b",
"inputRev?": "923a6cfb4f0403de50b270148cf0354b0d83d53d",
"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" "c50517b5e6d411d1b7947df8505326b8d70fcb5b" "server"
src := Source.git "https://github.com/leanprover-community/lean4game.git" "923a6cfb4f0403de50b270148cf0354b0d83d53d" "server"
}

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

0 comments on commit 87ff81b

Please sign in to comment.