Skip to content

Commit

Permalink
new version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Jun 5, 2024
1 parent 7f0a53b commit da9b74c
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 @@ -12,14 +12,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.3" % Test
libraryDependencies += "com.github.agourlay" %% "cornichon-test-framework" % "0.21.4" % 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.3")
def ivyDeps = Agg(ivy"com.github.agourlay::cornichon-test-framework:0.21.4")
def testFrameworks = Seq("com.github.agourlay.cornichon.framework.CornichonFramework")
}
```

0 comments on commit da9b74c

Please sign in to comment.