Bump fantomas from 5.2.0-alpha-008 to 6.3.16 in /AdventOfCode2022 (#93)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-12-09 08:44:02 +00:00
committed by GitHub
parent 1175402b41
commit 31996a2205
7 changed files with 9 additions and 14 deletions

View File

@@ -6,9 +6,7 @@ open System.Reflection
[<RequireQualifiedAccess>]
module Assembly =
type private Dummy =
class
end
type private Dummy = class end
let readResource (name : string) : string =
let asm = Assembly.GetAssembly typeof<Dummy>