You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val akka = "com.typesafe.akka" %% "akka-actor" % "2.5.17" // Used in Akka file watcher
val scalatest = "org.scalatest" %% "scalatest" % "3.0.6-SNAP5" % Test
val shapeless = "com.chuusai" %% "shapeless" % "2.3.3" % Test // For shapeless based Reader/Scanner in tests
val commonsio = "commons-io" % "commons-io" % "2.6" % Test // Benchmarks
val fastjavaio = "fastjavaio" % "fastjavaio" % "1.0" % Test from "https://github.com/williamfiset/FastJavaIO/releases/download/v1.0/fastjavaio.jar" //Benchmarks