Skip to content

Commit 8a6a743

Browse files
authored
Merge pull request #111 from akiomik/bump-version-to-1.2.2
Bump version to 1.2.2
2 parents 019002d + f9fada7 commit 8a6a743

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scalatest-csv-table is currently available for Scala 2.12 and 2.13.
1313
Add the following lines to your `build.sbt`.
1414

1515
```scala
16-
libraryDependencies += "io.github.akiomik" %% "scalatest-csv-table" % "1.2.1" % Test
16+
libraryDependencies += "io.github.akiomik" %% "scalatest-csv-table" % "1.2.2" % Test
1717
```
1818

1919
NOTE: The groupid has been changed from `com.github.akiomik` to `io.github.akiomik` because the maven repository has been changed from bintray to sonatype.
@@ -26,7 +26,7 @@ scalatest-csv-table supports some different versions of scalatest.
2626
| --------------------------- | ----------------- | ------------- |
2727
| 1.0.2 | 3.0.x | 2.11.x/2.12.x |
2828
| 1.1.0 | 3.1.x | 2.12.x/2.13.x |
29-
| 1.2.1 | 3.2.x | 2.12.x/2.13.x |
29+
| 1.2.2 | 3.2.x | 2.12.x/2.13.x |
3030

3131
## Basic usage
3232

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val scala213 = "2.13.8"
66
name := "scalatest-csv-table"
77
scalaVersion := scala213
88
crossScalaVersions := Seq(scala212, scala213)
9-
version := "1.2.1"
9+
version := "1.2.2"
1010
organization := "io.github.akiomik"
1111
homepage := Some(url(s"https://github.com/akiomik/${name.value}"))
1212
scmInfo := Some(

0 commit comments

Comments
 (0)