Skip to content

Commit

Permalink
Enable dev depdendencies
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Jul 2, 2023
1 parent d246105 commit eb198bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
// Version number can be found in Source/Danger/Danger.swift

// switch to false when release
let isDevelop = false
let isDevelop = true

let swiftLint: Package.Dependency = {
#if compiler(>=5.7)
Expand Down

0 comments on commit eb198bb

Please sign in to comment.