Skip to content

Commit

Permalink
Hh compat (#685)
Browse files Browse the repository at this point in the history
* set compat entries to new automerge specs

* fix compat for SHA

* fix compat for SHA again
  • Loading branch information
hhaensel committed Oct 31, 2023
1 parent cac0eae commit 7853d2f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[compat]
ArgParse = "1"
Dates = "1.6"
Distributed = "1.6"
DotEnv = "0.3"
EzXML = "1"
FilePathsBase = "0.9"
Expand All @@ -44,15 +46,23 @@ HttpCommon = "0.5"
Inflector = "1.1"
JSON3 = "1"
JuliaFormatter = "1"
Logging = "1.6"
LoggingExtras = "1"
MIMEs = "0.1"
Markdown = "1.6"
Millboard = "0.2"
Nettle = "1"
OrderedCollections = "1"
# Pkg = "1.9.2"
Pkg = "1.6"
REPL = "1.6"
Random = "1.6"
Reexport = "1"
Revise = "3"
# SHA = "0.7"
SHA = "0.7, 1.6"
Serialization = "1.6"
Sockets = "1.6"
UUIDs = "1.6"
Unicode = "1.6"
YAML = "0.4"
julia = "1.6"

Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"
Genie = "5"
HTTP = "1"
LoggingExtras = "1"
SafeTestsets = "0.0.1"
SafeTestsets = "0.1"
SearchLight = "2"
TestSetExtensions = "2.0"

6 comments on commit 7853d2f

@essenciary
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/94405

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v5.20.0 -m "<description of version>" 7853d2ff7ba8e19dc8920ba3155f571231698518
git push origin v5.20.0

@essenciary
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/94405

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v5.20.0 -m "<description of version>" 7853d2ff7ba8e19dc8920ba3155f571231698518
git push origin v5.20.0

@essenciary
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/94405

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v5.20.0 -m "<description of version>" 7853d2ff7ba8e19dc8920ba3155f571231698518
git push origin v5.20.0

Please sign in to comment.