Skip to content

Commit

Permalink
Bump Depdendency Version
Browse files Browse the repository at this point in the history
  • Loading branch information
alfianlosari committed Jul 8, 2024
1 parent 0b923c3 commit 3c3e11c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "fb8df18310c7b72cbada89a0e11f5d021f0f6aac466a93c6a355317cef9a2a75",
"originHash" : "a5f2cc5957e77582b8af3f8bd2b338297240fc279554a2505d8b80d4d51d85fc",
"pins" : [
{
"identity" : "async-http-client",
Expand All @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/alfianlosari/ChatGPTSwift.git",
"state" : {
"revision" : "f8b052c4e1507857cdf1b698eef81a14c20977c0",
"version" : "2.3.1"
"revision" : "5d10da6f680a217ab458bea2402c41982599d525",
"version" : "2.3.2"
}
},
{
Expand Down Expand Up @@ -69,8 +69,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-cmark.git",
"state" : {
"revision" : "f218e5d7691f78b55bfa39b367763f4612486c35",
"version" : "0.3.0"
"revision" : "3bc2f3e25df0cecc5dc269f7ccae65d0f386f06a",
"version" : "0.4.0"
}
},
{
Expand All @@ -87,8 +87,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-http-types",
"state" : {
"revision" : "9bee2fdb79cc740081abd8ebd80738063d632286",
"version" : "1.1.0"
"revision" : "1ddbea1ee34354a6a2532c60f98501c35ae8edfa",
"version" : "1.2.0"
}
},
{
Expand All @@ -105,8 +105,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-markdown.git",
"state" : {
"revision" : "e4f95e2dc23097a1a9a1dfdfe3fe3ee44de77378",
"version" : "0.3.0"
"revision" : "4aae40bf6fff5286e0e1672329d17824ce16e081",
"version" : "0.4.0"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.10
// swift-tools-version: 5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -15,8 +15,8 @@ let package = Package(
targets: ["ChatGPTUI"]),
],
dependencies: [
.package(url: "https://github.com/alfianlosari/ChatGPTSwift.git", from: "2.3.1"),
.package(url: "https://github.com/apple/swift-markdown.git", from: "0.3.0"),
.package(url: "https://github.com/alfianlosari/ChatGPTSwift.git", from: "2.3.2"),
.package(url: "https://github.com/apple/swift-markdown.git", from: "0.4.0"),
.package(url: "https://github.com/alfianlosari/HighlighterSwift.git", from: "1.0.0"),
.package(url: "https://github.com/alfianlosari/SiriWaveView.git", from: "1.1.0")
],
Expand Down

0 comments on commit 3c3e11c

Please sign in to comment.