We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4c010 commit e0a431dCopy full SHA for e0a431d
conf/DynaMLInit.scala
@@ -3,6 +3,7 @@
3
* */
4
//Ammonite imports
5
import ammonite.ops._
6
+import ammonite.ops.ImplicitWd._
7
//Import breeze for linear algebra
8
import breeze.linalg._
9
import breeze.stats.distributions._
project/Dependencies.scala
@@ -72,7 +72,7 @@ object Dependencies {
72
"com.typesafe.akka" % "akka-http-testkit_2.11" % "10.0.9",
73
"com.github.scopt" % "scopt_2.11" % "3.5.0",
74
"com.nativelibs4java" % "scalaxy-streams_2.11" % "0.3.4" % "provided",
75
- "org.scalameta" % "scalameta_2.11" % "1.4.0",
+ "org.scalameta" % "scalameta_2.11" % "2.0.1",
76
"com.signalcollect" % "signal-collect_2.11" % "8.0.6",
77
"com.signalcollect" % "triplerush_2.11" % "9.0.0"
78
)
0 commit comments