Skip to content

Commit 3c3e11c

Browse files
committed
Bump Depdendency Version
1 parent 0b923c3 commit 3c3e11c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Package.resolved

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.10
1+
// swift-tools-version: 5.9
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: ["ChatGPTUI"]),
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/alfianlosari/ChatGPTSwift.git", from: "2.3.1"),
19-
.package(url: "https://github.com/apple/swift-markdown.git", from: "0.3.0"),
18+
.package(url: "https://github.com/alfianlosari/ChatGPTSwift.git", from: "2.3.2"),
19+
.package(url: "https://github.com/apple/swift-markdown.git", from: "0.4.0"),
2020
.package(url: "https://github.com/alfianlosari/HighlighterSwift.git", from: "1.0.0"),
2121
.package(url: "https://github.com/alfianlosari/SiriWaveView.git", from: "1.1.0")
2222
],

0 commit comments

Comments
 (0)