Skip to content

Commit 482d824

Browse files
committed
Removed swift 5.9
1 parent b4f84cc commit 482d824

File tree

2 files changed

+8
-75
lines changed

2 files changed

+8
-75
lines changed

Package.swift

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// swift-tools-version: 5.9
1+
// swift-tools-version: 6.0
22
//
33
// Package.swift
44
//
5-
// Created by Iurii Khvorost <[email protected]> on 2023/10/10.
6-
// Copyright © 2023 Iurii Khvorost. All rights reserved.
5+
// Created by Iurii Khvorost <[email protected]> on 2024/07/25.
6+
// Copyright © 2024 Iurii Khvorost. All rights reserved.
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal
@@ -40,7 +40,7 @@ let package = Package(
4040
.library(name: "ReactBridge", targets: ["ReactBridge"])
4141
],
4242
dependencies: [
43-
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.1")
43+
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "602.0.0")
4444
],
4545
targets: [
4646
.macro(
@@ -54,7 +54,9 @@ let package = Package(
5454
name: "ReactBridge",
5555
dependencies: ["ReactBridgeMacros", "ReactBridgeUtils"]
5656
),
57-
.target(name: "ReactBridgeUtils"),
57+
.target(
58+
name: "ReactBridgeUtils"
59+
),
5860
.testTarget(
5961
name: "ReactBridgeTests",
6062
dependencies: [
@@ -63,5 +65,5 @@ let package = Package(
6365
]
6466
),
6567
],
66-
swiftLanguageVersions: [.v5]
68+
swiftLanguageModes: [.v6]
6769
)

[email protected]

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)