Skip to content

Commit b462bb0

Browse files
committed
Prepare version 1.6.0
1 parent 4c1cd1d commit b462bb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Blake3 for scala
22

3-
This is blake3 implementation for scala-2.11, scala-2.12, scala-2.13, scala-js-1.0 and scala-native-0.4.0-M2.
3+
This is blake3 implementation for scala-2.11, scala-2.12, scala-2.13, dotty-0.27-RC1, scala-js-1.0 and scala-native-0.4.0-M2.
44

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

1010
API is pretty simple:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lazy val scalatestVersion = "3.2.2"
1010

1111
name := "blake3"
1212
organization in ThisBuild := "ky.korins"
13-
version in ThisBuild := "1.5.0"
13+
version in ThisBuild := "1.6.0"
1414
scalaVersion in ThisBuild := scala213
1515
crossScalaVersions in ThisBuild := Seq(scala212, scala211, scala213, dotty)
1616
scalacOptions in ThisBuild ++= Seq("-unchecked", "-deprecation")

0 commit comments

Comments
 (0)