Skip to content

Commit cdc3b1f

Browse files
gjcairothomasvl
authored andcommitted
Update tools version in PluginExamples Package.swift
1 parent 1bd242e commit cdc3b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PluginExamples/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// swift-tools-version: 5.6
1+
// swift-tools-version: 5.8
22

33
import PackageDescription
44

55
let package = Package(
66
name: "PluginExamples",
77
dependencies: [
8-
.package(name: "swift-protobuf", path: "../")
8+
.package(path: "../")
99
],
1010
targets: [
1111
.testTarget(

0 commit comments

Comments
 (0)