thorp/build.sbt

10 lines
231 B
Text
Raw Normal View History

2019-04-29 20:05:41 +01:00
name := "s3thorp"
version := "0.1"
scalaVersion := "2.12.8"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % "test"
libraryDependencies += "org.typelevel" %% "cats-effect" % "1.3.0" withSources() withJavadoc()