Skip to content

Commit 2d1e26a

Browse files
authored
Update README.md
1 parent 18aa310 commit 2d1e26a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ See the [introductory blog post](https://www.lucidchart.com/techblog/2016/07/12/
99
To 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

1515
There is also an `xtract-testing` artifact which provides helpful matchers and other functions for use with
1616
specs2. 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

0 commit comments

Comments
 (0)