Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit b687407

Browse files
committed
Release 0.5.1
1 parent 07df052 commit b687407

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

generated-docs/out/integrations/cats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This module contains integration layer between [org.typelevel.cats](https://gith
55
## sbt
66

77
```scala
8-
"com.softwaremill.diffx" %% "diffx-cats" % "0.5.0" % Test
8+
"com.softwaremill.diffx" %% "diffx-cats" % "0.5.1" % Test
99
```
1010

1111
## mill
1212

1313
```scala
14-
ivy"com.softwaremill.diffx::diffx-cats::0.5.0"
14+
ivy"com.softwaremill.diffx::diffx-cats::0.5.1"
1515
```
1616

1717
## Usage

generated-docs/out/integrations/refined.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This module contains integration layer between [eu.timepit.refined](https://gith
55
## sbt
66

77
```scala
8-
"com.softwaremill.diffx" %% "diffx-refined" % "0.5.0" % Test
8+
"com.softwaremill.diffx" %% "diffx-refined" % "0.5.1" % Test
99
```
1010

1111
## mill
1212

1313
```scala
14-
ivy"com.softwaremill.diffx::diffx-refined::0.5.0"
14+
ivy"com.softwaremill.diffx::diffx-refined::0.5.1"
1515
```
1616

1717
## Usage

generated-docs/out/integrations/tagging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This module contains integration layer between [com.softwaremill.common.tagging]
55
## sbt
66

77
```scala
8-
"com.softwaremill.diffx" %% "diffx-tagging" % "0.5.0"
8+
"com.softwaremill.diffx" %% "diffx-tagging" % "0.5.1"
99
```
1010

1111
## mill
1212

1313
```scala
14-
ivy"com.softwaremill.diffx::diffx-tagging::0.5.0"
14+
ivy"com.softwaremill.diffx::diffx-tagging::0.5.1"
1515
```
1616

1717
## Usage

generated-docs/out/test-frameworks/scalatest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ To use with scalatest, add the following dependency:
55
## sbt
66

77
```scala
8-
"com.softwaremill.diffx" %% "diffx-scalatest" % "0.5.0" % Test
8+
"com.softwaremill.diffx" %% "diffx-scalatest" % "0.5.1" % Test
99
```
1010

1111
## mill
1212

1313
```scala
14-
ivy"com.softwaremill.diffx::diffx-scalatest::0.5.0"
14+
ivy"com.softwaremill.diffx::diffx-scalatest::0.5.1"
1515
```
1616

1717
## Usage

generated-docs/out/test-frameworks/specs2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ To use with specs2, add the following dependency:
55
## sbt
66

77
```scala
8-
"com.softwaremill.diffx" %% "diffx-specs2" % "0.5.0" % Test
8+
"com.softwaremill.diffx" %% "diffx-specs2" % "0.5.1" % Test
99
```
1010

1111
## mill
1212

1313
```scala
14-
ivy"com.softwaremill.diffx::diffx-specs2::0.5.0"
14+
ivy"com.softwaremill.diffx::diffx-specs2::0.5.1"
1515
```
1616

1717
## Usage

generated-docs/out/test-frameworks/utest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ To use with utest, add following dependency:
55
## sbt
66

77
```scala
8-
"com.softwaremill.diffx" %% "diffx-utest" % "0.5.0" % Test
8+
"com.softwaremill.diffx" %% "diffx-utest" % "0.5.1" % Test
99
```
1010

1111
## mill
1212

1313
```scala
14-
ivy"com.softwaremill.diffx::diffx-utest::0.5.0"
14+
ivy"com.softwaremill.diffx::diffx-utest::0.5.1"
1515
```
1616

1717
## Usage

0 commit comments

Comments
 (0)