Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostbuster91 committed Jun 22, 2021
1 parent 07df052 commit b687407
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions generated-docs/out/integrations/cats.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ This module contains integration layer between [org.typelevel.cats](https://gith
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-cats" % "0.5.0" % Test
"com.softwaremill.diffx" %% "diffx-cats" % "0.5.1" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-cats::0.5.0"
ivy"com.softwaremill.diffx::diffx-cats::0.5.1"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions generated-docs/out/integrations/refined.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ This module contains integration layer between [eu.timepit.refined](https://gith
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-refined" % "0.5.0" % Test
"com.softwaremill.diffx" %% "diffx-refined" % "0.5.1" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-refined::0.5.0"
ivy"com.softwaremill.diffx::diffx-refined::0.5.1"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions generated-docs/out/integrations/tagging.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ This module contains integration layer between [com.softwaremill.common.tagging]
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-tagging" % "0.5.0"
"com.softwaremill.diffx" %% "diffx-tagging" % "0.5.1"
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-tagging::0.5.0"
ivy"com.softwaremill.diffx::diffx-tagging::0.5.1"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions generated-docs/out/test-frameworks/scalatest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ To use with scalatest, add the following dependency:
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-scalatest" % "0.5.0" % Test
"com.softwaremill.diffx" %% "diffx-scalatest" % "0.5.1" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-scalatest::0.5.0"
ivy"com.softwaremill.diffx::diffx-scalatest::0.5.1"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions generated-docs/out/test-frameworks/specs2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ To use with specs2, add the following dependency:
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-specs2" % "0.5.0" % Test
"com.softwaremill.diffx" %% "diffx-specs2" % "0.5.1" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-specs2::0.5.0"
ivy"com.softwaremill.diffx::diffx-specs2::0.5.1"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions generated-docs/out/test-frameworks/utest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ To use with utest, add following dependency:
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-utest" % "0.5.0" % Test
"com.softwaremill.diffx" %% "diffx-utest" % "0.5.1" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-utest::0.5.0"
ivy"com.softwaremill.diffx::diffx-utest::0.5.1"
```

## Usage
Expand Down

0 comments on commit b687407

Please sign in to comment.