Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following lines to your `build.sbt`.
```scala
resolvers += Resolver.jcenterRepo

libraryDependencies += "com.github.akiomik" %% "scalatest-csv-table" % "1.1.0" % Test
libraryDependencies += "com.github.akiomik" %% "scalatest-csv-table" % "1.2.0" % Test
```

## All releases
Expand All @@ -25,6 +25,7 @@ scalatest-csv-table supports some different versions of scalatest.
| --------------------------- | ----------------- | ------------- |
| 1.0.2 | 3.0.x | 2.11.x/2.12.x |
| 1.1.0 | 3.1.x | 2.12.x/2.13.x |
| 1.2.0 | 3.2.x | 2.12.x/2.13.x |

## Basic usage

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val scala213 = "2.13.4"
name := "scalatest-csv-table"
scalaVersion := scala213
crossScalaVersions := Seq(scala212, scala213)
version := "1.1.0"
version := "1.2.0"
organization := "com.github.akiomik"
scmInfo := Some(
ScmInfo(
Expand Down