Skip to content

Commit

Permalink
[Chore:] Bump STTextView, CodeEditLanguages (#206)
Browse files Browse the repository at this point in the history
Bump dependencies, remove unnecessary extension as mentioned
[here](https://github.com/CodeEditApp/CodeEditTextView/pull/204#discussion_r1264391063).
  • Loading branch information
thecoolwinter authored Jul 30, 2023
1 parent 0a4da13 commit 7f130bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
7 changes: 4 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/krzyzanowskim/STTextView.git",
revision: "897c5ff"
exact: "0.8.7"
),
.package(
url: "https://github.com/CodeEditApp/CodeEditLanguages.git",
exact: "0.1.16"
exact: "0.1.17"
),
.package(
url: "https://github.com/lukepistrol/SwiftLintPlugin",
Expand All @@ -36,7 +36,8 @@ let package = Package(
dependencies: [
"STTextView",
"CodeEditLanguages",
"TextFormation"
"TextFormation",
.product(name: "STTextKitPlus", package: "STTextView")
],
plugins: [
.plugin(name: "SwiftLint", package: "SwiftLintPlugin")
Expand Down

This file was deleted.

0 comments on commit 7f130bd

Please sign in to comment.