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
2 changes: 1 addition & 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.0.1" % Test
libraryDependencies += "com.github.akiomik" %% "scalatest-csv-table" % "1.0.2" % Test
```

## 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 scala212 = "2.12.12"
name := "scalatest-csv-table"
scalaVersion := scala212
crossScalaVersions := Seq(scala211, scala212)
version := "1.0.1"
version := "1.0.2"
organization := "com.github.akiomik"
description := "A scalatest helper for table driven testing with csv"
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))
Expand Down