Skip to content

Commit

Permalink
Testing at scale, Resilient classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnno1962 committed May 30, 2021
1 parent 87015a7 commit eef7a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swift-tools-version:5.0
// The swift-tools-version declares the minimum version of Swift required to build this package.
//
// $Id: //depot/HotReloading/Package.swift#49 $
// $Id: //depot/HotReloading/Package.swift#50 $
//

import PackageDescription
Expand All @@ -18,7 +18,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/johnno1962/SwiftTrace",
.upToNextMinor(from: "7.3.8")),
.upToNextMinor(from: "7.4.0")),
.package(url: "https://github.com/johnno1962/SwiftRegex5",
.upToNextMinor(from: "5.2.1")),
.package(url: "https://github.com/johnno1962/XprobePlugin",
Expand Down

0 comments on commit eef7a32

Please sign in to comment.