mirror of
https://codeberg.org/secana/Forji.git
synced 2026-06-16 05:13:55 -07:00
chore: update ForgejoKit dependency to 0.7.0
This commit is contained in:
parent
c2454d3444
commit
66fe573cb6
4 changed files with 7 additions and 7 deletions
|
|
@ -639,7 +639,7 @@
|
||||||
repositoryURL = "https://codeberg.org/secana/ForgejoKit.git";
|
repositoryURL = "https://codeberg.org/secana/ForgejoKit.git";
|
||||||
requirement = {
|
requirement = {
|
||||||
kind = exactVersion;
|
kind = exactVersion;
|
||||||
version = 0.6.1;
|
version = 0.7.0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
DEC49F6B2F3D00C700E7DD54 /* XCRemoteSwiftPackageReference "textual" */ = {
|
DEC49F6B2F3D00C700E7DD54 /* XCRemoteSwiftPackageReference "textual" */ = {
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://codeberg.org/secana/ForgejoKit.git",
|
"location" : "https://codeberg.org/secana/ForgejoKit.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "7352bc4b1fcfae735ba0008e1e376906c27b9844",
|
"revision" : "4d1dfc1305c0194fc74b09d15d29940a98cd9752",
|
||||||
"version" : "0.6.1"
|
"version" : "0.7.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"originHash" : "3de93078233e3d235402dee817c2fe74a7959fbf4120a66c390f922e560eca49",
|
"originHash" : "b00b2c6720c5dd1647ef09fa552c1db4a3e6a6124bf0acfbb10670d919e23abb",
|
||||||
"pins" : [
|
"pins" : [
|
||||||
{
|
{
|
||||||
"identity" : "forgejokit",
|
"identity" : "forgejokit",
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://codeberg.org/secana/ForgejoKit.git",
|
"location" : "https://codeberg.org/secana/ForgejoKit.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "7352bc4b1fcfae735ba0008e1e376906c27b9844",
|
"revision" : "4d1dfc1305c0194fc74b09d15d29940a98cd9752",
|
||||||
"version" : "0.6.1"
|
"version" : "0.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ let package = Package(
|
||||||
.macOS(.v15),
|
.macOS(.v15),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://codeberg.org/secana/ForgejoKit.git", from: "0.6.1"),
|
.package(url: "https://codeberg.org/secana/ForgejoKit.git", from: "0.7.0"),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.executableTarget(
|
.executableTarget(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue