Skip to content

Commit

Permalink
switched sourcekit-lsp version to 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aesilevich committed Dec 29, 2023
1 parent ce7eb4f commit 6a9661b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages/LSPClient/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
.package(path: "../BuildSystem"),
.package(path: "../CodeEditor"),

.package(name: "SourceKitLSP", url: "https://github.com/FLORG1/sourcekit-lsp.git", .branch("release/5.8"))
.package(name: "SourceKitLSP", url: "https://github.com/FLORG1/sourcekit-lsp.git", .branch("release/5.9"))
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Packages/SwiftExtensions/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
.package(path: "../BuildSystem"),
.package(path: "../LSPClient"),

.package(name: "SourceKitLSP", url: "https://github.com/FLORG1/sourcekit-lsp.git", .branch("release/5.8")),
.package(name: "SourceKitLSP", url: "https://github.com/FLORG1/sourcekit-lsp.git", .branch("release/5.9")),
],

targets: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import os.log

import Foundation

import Basics
import LSPClient
import NimbleCore
import BuildSystem
Expand Down

0 comments on commit 6a9661b

Please sign in to comment.