diff --git a/Package.resolved b/Package.resolved
index d3d55a8b..983d4dbe 100644
--- a/Package.resolved
+++ b/Package.resolved
@@ -1,70 +1,69 @@
{
- "object": {
- "pins": [
- {
- "package": "Codextended",
- "repositoryURL": "https://github.com/johnsundell/codextended.git",
- "state": {
- "branch": null,
- "revision": "8d7c46dfc9c55240870cf5561d6cefa41e3d7105",
- "version": "0.3.0"
- }
- },
- {
- "package": "CollectionConcurrencyKit",
- "repositoryURL": "https://github.com/johnsundell/collectionConcurrencyKit.git",
- "state": {
- "branch": null,
- "revision": "2e4984dcaed6432f4eff175f6616ba463428cd8a",
- "version": "0.1.0"
- }
- },
- {
- "package": "Files",
- "repositoryURL": "https://github.com/johnsundell/files.git",
- "state": {
- "branch": null,
- "revision": "d273b5b7025d386feef79ef6bad7de762e106eaf",
- "version": "4.2.0"
- }
- },
- {
- "package": "Ink",
- "repositoryURL": "https://github.com/johnsundell/ink.git",
- "state": {
- "branch": null,
- "revision": "77c3d8953374a9cf5418ef0bd7108524999de85a",
- "version": "0.5.1"
- }
- },
- {
- "package": "Plot",
- "repositoryURL": "https://github.com/johnsundell/plot.git",
- "state": {
- "branch": null,
- "revision": "80612b34252188edbef280e5375e2fc5249ac770",
- "version": "0.9.0"
- }
- },
- {
- "package": "ShellOut",
- "repositoryURL": "https://github.com/johnsundell/shellout.git",
- "state": {
- "branch": null,
- "revision": "e1577acf2b6e90086d01a6d5e2b8efdaae033568",
- "version": "2.3.0"
- }
- },
- {
- "package": "Sweep",
- "repositoryURL": "https://github.com/johnsundell/sweep.git",
- "state": {
- "branch": null,
- "revision": "801c2878e4c6c5baf32fe132e1f3f3af6f9fd1b0",
- "version": "0.4.0"
- }
+ "originHash" : "069add3fe75b9d7771f0491d5ce47b3a9321926d07deb095883279adb3d208c3",
+ "pins" : [
+ {
+ "identity" : "codextended",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/johnsundell/codextended.git",
+ "state" : {
+ "revision" : "8d7c46dfc9c55240870cf5561d6cefa41e3d7105",
+ "version" : "0.3.0"
}
- ]
- },
- "version": 1
+ },
+ {
+ "identity" : "collectionconcurrencykit",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/johnsundell/collectionConcurrencyKit.git",
+ "state" : {
+ "revision" : "b4f23e24b5a1bff301efc5e70871083ca029ff95",
+ "version" : "0.2.0"
+ }
+ },
+ {
+ "identity" : "files",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/johnsundell/files.git",
+ "state" : {
+ "revision" : "d273b5b7025d386feef79ef6bad7de762e106eaf",
+ "version" : "4.2.0"
+ }
+ },
+ {
+ "identity" : "ink",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/johnsundell/ink.git",
+ "state" : {
+ "revision" : "bcc9f219900a62c4210e6db726035d7f03ae757b",
+ "version" : "0.6.0"
+ }
+ },
+ {
+ "identity" : "plot",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/johnsundell/plot.git",
+ "state" : {
+ "revision" : "271926b4413fe868739d99f5eadcf2bd6cd62fb8",
+ "version" : "0.14.0"
+ }
+ },
+ {
+ "identity" : "shellout",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/johnsundell/shellout.git",
+ "state" : {
+ "revision" : "e1577acf2b6e90086d01a6d5e2b8efdaae033568",
+ "version" : "2.3.0"
+ }
+ },
+ {
+ "identity" : "sweep",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/johnsundell/sweep.git",
+ "state" : {
+ "revision" : "801c2878e4c6c5baf32fe132e1f3f3af6f9fd1b0",
+ "version" : "0.4.0"
+ }
+ }
+ ],
+ "version" : 3
}
diff --git a/Package.swift b/Package.swift
index f81064cc..31de5201 100644
--- a/Package.swift
+++ b/Package.swift
@@ -1,4 +1,4 @@
-// swift-tools-version:5.5
+// swift-tools-version:6.0
/**
* Publish
@@ -24,7 +24,7 @@ let package = Package(
.package(
name: "Plot",
url: "https://github.com/johnsundell/plot.git",
- from: "0.9.0"
+ from: "0.13.0"
),
.package(
name: "Files",
diff --git a/Tests/PublishTests/Tests/PlotComponentTests.swift b/Tests/PublishTests/Tests/PlotComponentTests.swift
index 5269da15..6767f813 100644
--- a/Tests/PublishTests/Tests/PlotComponentTests.swift
+++ b/Tests/PublishTests/Tests/PlotComponentTests.swift
@@ -63,7 +63,7 @@ final class PlotComponentTests: PublishTestCase {
XCTAssertEqual(html, """
""")
@@ -76,7 +76,7 @@ final class PlotComponentTests: PublishTestCase {
XCTAssertEqual(html, """
""")