File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ See the [introductory blog post](https://www.lucidchart.com/techblog/2016/07/12/
99To use Xtract in your sbt project add the [ following dependency] ( https://mvnrepository.com/artifact/com.lucidchart/xtract ) :
1010
1111``` scala
12- " com.lucidchart" %% " xtract" % " 1.3.1 "
12+ " com.lucidchart" %% " xtract" % " 2.0.0 "
1313```
1414
1515There is also an ` xtract-testing ` artifact which provides helpful matchers and other functions for use with
1616specs2. To use in your test you can add the [ following sbt dependency] ( https://mvnrepository.com/artifact/com.lucidchart/xtract-testing ) :
1717
1818``` scala
19- " com.lucidchart" %% " xtract-testing" % " 1.3.1 " % " test"
19+ " com.lucidchart" %% " xtract-testing" % " 2.0.0 " % " test"
2020```
2121
2222## Documentation
You can’t perform that action at this time.
0 commit comments