From 27cd48b357d95e1a769ffd44dee0f5f16280de31 Mon Sep 17 00:00:00 2001 From: Christian Krause <christian.krause@mailbox.org> Date: Mon, 5 Feb 2018 07:39:50 +0100 Subject: [PATCH] bumps deps --- ttanalysis.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ttanalysis.sc b/ttanalysis.sc index 94c029f..a385c01 100755 --- a/ttanalysis.sc +++ b/ttanalysis.sc @@ -1,8 +1,8 @@ #!/usr/bin/env amm import $ivy.`com.github.wookietreiber::scala-chart:0.5.1`, scalax.chart.api._ -import $ivy.`com.github.tototoshi::scala-csv:1.3.4`, com.github.tototoshi.csv._ -import $ivy.`org.typelevel::cats:0.9.0` +import $ivy.`com.github.tototoshi::scala-csv:1.3.5`, com.github.tototoshi.csv._ +import $ivy.`org.typelevel::cats-core:1.0.1` import cats._ import cats.instances.all._ -- GitLab