Skip to content

Commit

Permalink
Merge pull request #100 from akiomik/bump-version-161
Browse files Browse the repository at this point in the history
Bump version to 1.6.1
  • Loading branch information
akiomik authored Dec 30, 2021
2 parents 1c5ec7a + 3977209 commit 22bd7d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cats-nio-file is currently available for Scala 2.12, 2.13 and 3.0.
Add the following lines to your `build.sbt`.

```scala
libraryDependencies += "io.github.akiomik" %% "cats-nio-file" % "1.6.0"
libraryDependencies += "io.github.akiomik" %% "cats-nio-file" % "1.6.1"
```

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.
Expand All @@ -29,7 +29,7 @@ cats-nio-file supports some different versions of cats-effect.
| 1.3.0 | 2.3.x | 2.12.x/2.13.x |
| 1.4.0 | 3.0.x | 2.12.x/2.13.x |
| 1.5.0 | 3.1.x | 2.12.x/2.13.x |
| 1.6.0 | 3.2.x | 2.12.x/2.13.x/3.0.x |
| 1.6.1 | 3.2.x | 2.12.x/2.13.x/3.0.x |

## 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 v3_0 = "3.0.1"

crossScalaVersions := Seq(v3_0, v2_13, v2_12)
scalaVersion := crossScalaVersions.value.head
version := "1.6.0"
version := "1.6.1"
organization := "io.github.akiomik"
homepage := Some(url("https://github.com/akiomik/cats-nio-file"))
scmInfo := Some(
Expand Down

0 comments on commit 22bd7d9

Please sign in to comment.