[sbt] Add cats-effect 1.2.0 as dependency
This commit is contained in:
parent
f949ba0912
commit
fb6d8073c4
1 changed files with 2 additions and 0 deletions
|
@ -5,3 +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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue