Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobrasca committed Jul 18, 2024
1 parent 8db6827 commit 079cac5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion FltRegular/NumberTheory/GaloisPrime.lean
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FltRegular.NumberTheory.AuxLemmas
import Mathlib.RingTheory.IntegralRestrict
import Mathlib.RingTheory.IntegralClosure.IntegralRestrict
import Mathlib.Data.Set.Card

/-!
Expand Down
2 changes: 1 addition & 1 deletion FltRegular/NumberTheory/Hilbert90.lean
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import Mathlib.RingTheory.SimpleModule
import Mathlib.RingTheory.Valuation.ValuationRing
import Mathlib.RingTheory.IntegralRestrict
import Mathlib.RingTheory.IntegralClosure.IntegralRestrict
import Mathlib.GroupTheory.OrderOfElement
import Mathlib.Tactic.Widget.Conv
import Mathlib.RepresentationTheory.GroupCohomology.Hilbert90
Expand Down
2 changes: 1 addition & 1 deletion FltRegular/NumberTheory/Hilbert92.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FltRegular.NumberTheory.Cyclotomic.UnitLemmas
import FltRegular.NumberTheory.SystemOfUnits
import Mathlib.RingTheory.IntegralRestrict
import Mathlib.RingTheory.IntegralClosure.IntegralRestrict
import Mathlib.Algebra.Lie.OfAssociative
import Mathlib.Data.Int.Star
import Mathlib.GroupTheory.FiniteAbelian
Expand Down
4 changes: 2 additions & 2 deletions FltRegular/NumberTheory/IdealNorm.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import Mathlib.RingTheory.Localization.NormTrace
import Mathlib.RingTheory.Localization.LocalizationLocalization
import Mathlib.RingTheory.Nakayama
import Mathlib.RingTheory.LocalProperties
import Mathlib.RingTheory.IntegralRestrict
import Mathlib.RingTheory.IntegrallyClosed
import Mathlib.RingTheory.IntegralClosure.IntegralRestrict
import Mathlib.RingTheory.IntegralClosure.IntegrallyClosed
import Mathlib.NumberTheory.RamificationInertia
import FltRegular.NumberTheory.AuxLemmas
import Mathlib.LinearAlgebra.FreeModule.PID
Expand Down
2 changes: 1 addition & 1 deletion FltRegular/NumberTheory/QuotientTrace.lean
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FltRegular.NumberTheory.AuxLemmas
import Mathlib.RingTheory.IntegralRestrict
import Mathlib.RingTheory.IntegralClosure.IntegralRestrict
import Mathlib.RingTheory.DedekindDomain.Dvr
/-!
Expand Down
4 changes: 2 additions & 2 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "937cd3219c0beffa7b623d2905707d1304da259e",
"rev": "f27beb10b53350d6c1257ba3a8899df369135cc3",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down Expand Up @@ -65,7 +65,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "90ef20a210ecd605e8036b280b6b85b9043b5447",
"rev": "84542b3e09d0b491b76dc7b4eed87729001ca714",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": null,
Expand Down

0 comments on commit 079cac5

Please sign in to comment.