Skip to content

Commit f8a3a7a

Browse files
committed
Prepare version 1.3.0
1 parent 2fbe0aa commit f8a3a7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is blake3 implementation for scala-2.11, scala-2.12, scala-2.13, scala-js-1
44

55
You can use it as
66
```
7-
libraryDependencies += "ky.korins" %%% "blake3" % "1.2.0"
7+
libraryDependencies += "ky.korins" %%% "blake3" % "1.3.0"
88
```
99

1010
API is pretty simple:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lazy val scalatestVersion = "3.2.0"
88

99
name := "blake3"
1010
organization in ThisBuild := "ky.korins"
11-
version in ThisBuild := "1.2.0"
11+
version in ThisBuild := "1.3.0"
1212
scalaVersion in ThisBuild := scala213
1313
crossScalaVersions in ThisBuild := Seq(scala212, scala211, scala213)
1414
scalacOptions in ThisBuild ++= Seq("-unchecked", "-deprecation")

0 commit comments

Comments
 (0)