Skip to content

Commit

Permalink
Formatting -> Format (#205)
Browse files Browse the repository at this point in the history
* Formatting -> Format

* Bump Makie compat and version
  • Loading branch information
asinghvi17 committed Feb 24, 2024
1 parent 445970c commit 5e768f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GeoMakie"
uuid = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
authors = ["Makie.jl Contributors"]
version = "0.6.1"
version = "0.6.2"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand All @@ -27,7 +27,7 @@ Geodesy = "1.1.0"
GeometryBasics = "0.4.6"
ImageIO = "0.6"
LinearAlgebra = "1"
Makie = "0.20"
Makie = "0.20.8"
Proj = "1"
Reexport = "1"
Statistics = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/GeoMakie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using Makie

import Makie: convert_arguments, convert_attribute, to_value, automatic
using Makie, Makie.FileIO, Makie.GridLayoutBase, Makie.DocStringExtensions
using Makie: Formatting
using Makie: Format
using Makie.GridLayoutBase: Side

using GeoJSON
Expand Down

0 comments on commit 5e768f3

Please sign in to comment.