From 73e6831b17424ffb13f763f8f75e38f963c5b1b9 Mon Sep 17 00:00:00 2001 From: Akiomi Kamakura Date: Tue, 20 Jun 2023 07:01:53 +0900 Subject: [PATCH] Bump version to 1.8.0 --- README.md | 3 ++- build.sbt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e52cf02..4c74994 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/build.sbt b/build.sbt index bc442c3..55c2d3f 100644 --- a/build.sbt +++ b/build.sbt @@ -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(