Skip to content

Commit

Permalink
chore: bump ls protocol version to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawkyZ committed Jul 23, 2024
1 parent 12dcac8 commit dcbcdeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import java.util.UUID
)
class SnykApplicationSettingsStateService : PersistentStateComponent<SnykApplicationSettingsStateService> {

val requiredLsProtocolVersion = 12
val requiredLsProtocolVersion = 13

var currentLSProtocolVersion: Int? = 0
var isGlobalIgnoresFeatureEnabled = false
Expand Down

0 comments on commit dcbcdeb

Please sign in to comment.