[sbt] Bump cats-effect from 1.2.0 to 1.3.0

Added Sources and Javadoc
This commit is contained in:
Paul Campbell 2019-05-05 19:28:11 +01:00
parent a4c61e264c
commit 88d42e2130

View file

@ -5,5 +5,5 @@ version := "0.1"
scalaVersion := "2.12.8"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % "test"
libraryDependencies += "org.typelevel" %% "cats-effect" % "1.2.0"
libraryDependencies += "org.typelevel" %% "cats-effect" % "1.3.0" withSources() withJavadoc()