You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
276 B

4 years ago
  1. name := "scala-fp-cats"
  2. version := "1.0"
  3. scalaVersion := "2.13.1"
  4. libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.10.0"
  5. libraryDependencies += "org.typelevel" %% "cats-core" % "2.0.0"
  6. libraryDependencies += "org.typelevel" %% "cats-effect" % "2.1.2"