Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit 1da1e64

Browse files
committed
Bump library versions
1 parent 015d6a4 commit 1da1e64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name := "asyncstreams"
22

3-
version := "0.3.5"
3+
version := "0.4-SNAPSHOT"
44

55
scalaVersion := "2.11.8"
66

77
libraryDependencies ++= Seq(
8-
"org.scalaz" %% "scalaz-core" % "7.2.6",
9-
"org.scalatest" %% "scalatest" % "3.0.0" % Test
8+
"org.scalaz" %% "scalaz-core" % "7.2.7",
9+
"org.scalatest" %% "scalatest" % "3.0.1" % Test
1010
)

0 commit comments

Comments
 (0)