Skip to content

Commit

Permalink
change to dev development
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Feb 14, 2024
1 parent 9e5efeb commit fffd789
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 @@ -13,10 +13,10 @@
{"url": "https://github.com/leanprover-community/lean4game.git",
"type": "git",
"subDir": "server",
"rev": "3b660c518505b8f677224e3e36d1940d20ccb4bc",
"rev": "19f2ceface6de69f3ba5f809acaa7ac4c8f39470",
"name": "GameServer",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.5.0",
"inputRev": "dev",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/quote4",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def LocalGameServer : Dependency := {

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

/- Choose GameServer dependency depending on the environment variable `LEAN4GAME`. -/
Expand Down

0 comments on commit fffd789

Please sign in to comment.