Skip to content

Commit 12c1a46

Browse files
committed
Bump dep of lsp-test
1 parent 49b0bb5 commit 12c1a46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lsp-test/lsp-test.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: lsp-test
3-
version: 0.15.0.0
3+
version: 0.15.0.1
44
synopsis: Functional test framework for LSP servers.
55
description:
66
A test framework for writing tests against
@@ -59,7 +59,7 @@ library
5959
, filepath
6060
, Glob >=0.9 && <0.11
6161
, lens
62-
, lsp ^>=2.0
62+
, lsp ^>=2.1
6363
, lsp-types ^>=2.0
6464
, mtl <2.4
6565
, parser-combinators >=1.2
@@ -102,7 +102,7 @@ test-suite tests
102102
, filepath
103103
, hspec
104104
, lens
105-
, lsp ^>=2.0
105+
, lsp ^>=2.1
106106
, lsp-test
107107
, mtl <2.4
108108
, parser-combinators

0 commit comments

Comments
 (0)