Skip to content

Commit

Permalink
Merge pull request #183 from akiomik/bump-version-1.8.0
Browse files Browse the repository at this point in the history
Bump version to 1.8.0
  • Loading branch information
akiomik authored Jun 19, 2023
2 parents aeaa1b3 + 73e6831 commit 8c88d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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.1.
Add the following lines to your `build.sbt`.

```scala
libraryDependencies += "io.github.akiomik" %% "cats-nio-file" % "1.7.0"
libraryDependencies += "io.github.akiomik" %% "cats-nio-file" % "1.8.0"
```

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 @@ -31,6 +31,7 @@ cats-nio-file supports some different versions of cats-effect.
| 1.5.0 | 3.1.x | 2.12.x/2.13.x |
| 1.6.1 | 3.2.x | 2.12.x/2.13.x/3.0.x |
| 1.7.0 | 3.3.x | 2.12.x/2.13.x/3.1.x |
| 1.8.0 | 3.3.x | 2.12.x/2.13.x/3.2.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_2 = "3.2.2"

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

0 comments on commit 8c88d6d

Please sign in to comment.