Skip to content

Commit

Permalink
build: update line editor package
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Apr 2, 2023
1 parent b2bc6c1 commit b07ee6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/bsorrentino/SwiftUI-LineEditor.git",
"state" : {
"branch" : "feature/issue1",
"revision" : "646c8c79c69ab7e2bc5368dc0ca233cb94ac40e5"
"branch" : "develop",
"revision" : "88e7da9346e4b0d17d4bb7b545283f11eb84a6a3"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion PlantUMLKeyboard/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
// .package(url: "https://github.com/siteline/SwiftUI-Introspect.git", branch: "master" ),
.package(path: "../PlantUMLFramework" ),
.package(url: "https://github.com/marcodotio/OpenAIKit.git", from: "1.2.0"),
.package(url: "https://github.com/bsorrentino/SwiftUI-LineEditor.git", branch: "feature/issue1"),
.package(url: "https://github.com/bsorrentino/SwiftUI-LineEditor.git", branch: "develop"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit b07ee6a

Please sign in to comment.