From 88d42e2130c72213819911a16427ba03fdddea32 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 5 May 2019 19:28:11 +0100 Subject: [PATCH] [sbt] Bump cats-effect from 1.2.0 to 1.3.0 Added Sources and Javadoc --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4560c07..9fd094c 100644 --- a/build.sbt +++ b/build.sbt @@ -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()