Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sgouezel committed Dec 30, 2022
1 parent 13bf2a2 commit c97fd99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions leanpkg.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "lftcm2020"
version = "0.1"
lean_version = "leanprover-community/lean:3.49.1"
lean_version = "leanprover-community/lean:3.50.3"
path = "src"

[dependencies]
mathlib = {git = "https://github.com/leanprover-community/mathlib", rev = "1b36dabc50929b36caec16306358a5cc44ab441e"}
mathlib = {git = "https://github.com/leanprover-community/mathlib", rev = "a437a2499163d85d670479f69f625f461cc5fef9"}
3 changes: 2 additions & 1 deletion src/exercises_sources/tuesday/numbers.lean
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import tactic
import data.real.basic
import number_theory.padics
import data.int.gcd
import number_theory.padics
import data.nat.prime_norm_num

/-!
Expand Down
1 change: 1 addition & 0 deletions src/solutions/tuesday/numbers.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import tactic
import data.real.basic
import data.int.gcd
import number_theory.padics
import data.nat.prime_norm_num

/-!
Expand Down

0 comments on commit c97fd99

Please sign in to comment.