Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik committed Jan 4, 2021
1 parent 4aac2ab commit c285934
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 @@ -14,7 +14,7 @@ Add the following lines to your `build.sbt`.
```scala
resolvers += Resolver.jcenterRepo

libraryDependencies += "com.github.akiomik" %% "cats-nio-file" % "1.2.0"
libraryDependencies += "com.github.akiomik" %% "cats-nio-file" % "1.3.0"
```

## All releases
Expand All @@ -26,6 +26,7 @@ cats-nio-file supports some different versions of cats-effect.
| 1.0.1 | 2.0.x | 2.12.x/2.13.x |
| 1.1.0 | 2.1.x | 2.12.x/2.13.x |
| 1.2.0 | 2.2.x | 2.12.x/2.13.x |
| 1.3.0 | 2.3.x | 2.12.x/2.13.x |


## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lazy val v2_13 = "2.13.4"

crossScalaVersions := Seq(v2_13, v2_12)
scalaVersion := crossScalaVersions.value.head
version := "1.2.0"
version := "1.3.0"
organization := "com.github.akiomik"
scmInfo := Some(ScmInfo(url("https://github.com/akiomik/cats-nio-file"), s"[email protected]:akiomik/cats-nio-file.git"))
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))
Expand Down

0 comments on commit c285934

Please sign in to comment.