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

Commit 07058bf

Browse files
committed
Update scala & libs
1 parent 0390ca5 commit 07058bf

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
@@ -2,18 +2,18 @@ name := "asyncstreams"
22

33
version := "1.0"
44

5-
scalaVersion := "2.12.2"
5+
scalaVersion := "2.12.3"
66

77
parallelExecution in ThisBuild := false
88

99
addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.3")
1010

1111
val versions = Map(
12-
"monix" -> "2.2.4"
12+
"monix" -> "2.3.0"
1313
)
1414

1515
libraryDependencies ++= Seq(
16-
"org.scalaz" %% "scalaz-core" % "7.2.11",
16+
"org.scalaz" %% "scalaz-core" % "7.2.15",
1717
"io.monix" %% "monix-eval" % versions("monix") % Test,
1818
"io.monix" %% "monix-scalaz-72" % versions("monix") % Test,
1919
//"com.twitter" %% "util-core" % "6.43.0" % Test,

0 commit comments

Comments
 (0)