Skip to content

Commit

Permalink
Update AppLogger version
Browse files Browse the repository at this point in the history
  • Loading branch information
backslash-f committed Aug 28, 2024
1 parent 26b1296 commit 86b888f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ let package = Package(
targets: ["GCOverseer"]),
],
dependencies: [
.package(name: "AppLogger", url: "https://github.com/backslash-f/applogger", from: "1.0.0")
.package(
name: "AppLogger",
url: "https://github.com/backslash-f/applogger",
.upToNextMajor(from: "2.0.0")
)
],
targets: [
.target(
Expand Down

0 comments on commit 86b888f

Please sign in to comment.