Skip to content

Commit

Permalink
latest version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Oct 19, 2023
1 parent 1ffd7ae commit cb07033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cornichon-docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ The library is compatible with [SBT](https://www.scala-sbt.org/) and [Mill](http

``` scala
// SBT
libraryDependencies += "com.github.agourlay" %% "cornichon-test-framework" % "0.21.0" % Test
libraryDependencies += "com.github.agourlay" %% "cornichon-test-framework" % "0.21.1" % Test
testFrameworks += new TestFramework("com.github.agourlay.cornichon.framework.CornichonFramework")
```

```scala
// Mill
object test extends Tests {
def ivyDeps = Agg(ivy"com.github.agourlay::cornichon-test-framework:0.21.0")
def ivyDeps = Agg(ivy"com.github.agourlay::cornichon-test-framework:0.21.1")
def testFrameworks = Seq("com.github.agourlay.cornichon.framework.CornichonFramework")
}
```

0 comments on commit cb07033

Please sign in to comment.