Skip to content

Commit

Permalink
update to v4 alpha of JSONAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed May 14, 2020
1 parent c47397c commit 4cb17cc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 34 deletions.
51 changes: 21 additions & 30 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,53 @@
"object": {
"pins": [
{
"package": "FileCheck",
"repositoryURL": "https://github.com/llvm-swift/FileCheck.git",
"package": "Chalk",
"repositoryURL": "https://github.com/mxcl/Chalk.git",
"state": {
"branch": null,
"revision": "0eb888b85ca08c7ce85c8a6a459c94d7f282c1bb",
"version": "0.2.1"
"revision": "9aa9f348b86db3cf6702a3e43c081ecec80cf3c7",
"version": "0.4.0"
}
},
{
"package": "JSONAPI",
"repositoryURL": "https://github.com/mattpolzin/JSONAPI.git",
"state": {
"branch": null,
"revision": "6ab4237c97e27ab0b5e3e1fe34738fa031a8dab9",
"version": "3.0.0"
}
},
{
"package": "Poly",
"repositoryURL": "https://github.com/mattpolzin/Poly.git",
"package": "FileCheck",
"repositoryURL": "https://github.com/llvm-swift/FileCheck.git",
"state": {
"branch": null,
"revision": "0c9c08204142babc480938d704a23513d11420e5",
"version": "2.3.1"
"revision": "9ed91cc30a1a325d989fac117f3f3065a16b9f76",
"version": "0.2.3"
}
},
{
"package": "Rainbow",
"repositoryURL": "https://github.com/onevcat/Rainbow.git",
"package": "JSONAPI",
"repositoryURL": "https://github.com/mattpolzin/JSONAPI",
"state": {
"branch": null,
"revision": "9c52c1952e9b2305d4507cf473392ac2d7c9b155",
"version": "3.1.5"
"revision": "bbd6db6d7a999c4109b4166a726a59157d16d875",
"version": "4.0.0-alpha.2"
}
},
{
"package": "llbuild",
"repositoryURL": "https://github.com/apple/swift-llbuild.git",
"package": "Poly",
"repositoryURL": "https://github.com/mattpolzin/Poly",
"state": {
"branch": null,
"revision": "f73b84bc1525998e5e267f9d830c1411487ac65e",
"version": "0.2.0"
"revision": "9031b8497e025cbcfae196e59eecad5ba988e267",
"version": "2.4.0"
}
},
{
"package": "SwiftPM",
"repositoryURL": "https://github.com/apple/swift-package-manager.git",
"package": "swift-tools-support-core",
"repositoryURL": "https://github.com/apple/swift-tools-support-core.git",
"state": {
"branch": null,
"revision": "9abcc2260438177cecd7cf5185b144d13e74122b",
"version": "0.5.0"
"revision": "693aba4c4c9dcc4767cc853a0dd38bf90ad8c258",
"version": "0.0.1"
}
},
{
"package": "SwiftCheck",
"repositoryURL": "https://github.com/typelift/SwiftCheck.git",
"repositoryURL": "https://github.com/typelift/SwiftCheck",
"state": {
"branch": null,
"revision": "077c096c3ddfc38db223ac8e525ad16ffb987138",
Expand Down
7 changes: 3 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// swift-tools-version:5.1
// The swift-tools-version declares the minimum version of Swift required to build this package.
// swift-tools-version:5.2

import PackageDescription

Expand All @@ -12,8 +11,8 @@ let package = Package(
targets: ["JSONAPIArbitrary"]),
],
dependencies: [
.package(url: "https://github.com/typelift/SwiftCheck.git", .upToNextMinor(from: "0.12.0")),
.package(url: "https://github.com/mattpolzin/JSONAPI.git", .upToNextMajor(from: "3.0.0")),
.package(url: "https://github.com/typelift/SwiftCheck", .upToNextMinor(from: "0.12.0")),
.package(url: "https://github.com/mattpolzin/JSONAPI", from: "4.0.0-alpha.2"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 4cb17cc

Please sign in to comment.