Skip to content

Commit

Permalink
bump to v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Mar 15, 2024
1 parent 9bc0a3d commit fa4ae56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion server/lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ open Lake DSL
package GameServer

-- Using this assumes that each dependency has a tag of the form `v4.X.0`.
def leanVersion : String := s!"v{Lean.versionString}"
-- def leanVersion : String := s!"v{Lean.versionString}"
def leanVersion := "v4.6.0" -- TODO

require std from git "https://github.com/leanprover/std4.git" @ leanVersion
require i18n from git "https://github.com/hhu-adam/lean-i18n.git" @ leanVersion
Expand Down
2 changes: 1 addition & 1 deletion server/lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.6.0
leanprover/lean4:v4.6.1

0 comments on commit fa4ae56

Please sign in to comment.