When I add "scalaz-core_2.10-7.0.0.jar" lib to build path my scala project following error appears:
Asked
Active
Viewed 200 times
0
-
did you do `clean and build` after adding ? – ajduke Jun 27 '13 at 05:07
-
@ajduke yes I do clean and build, but didn't help – SBotirov Jun 27 '13 at 05:11
-
2isn't it easier to make sbt project with scalaz dependency and then generate eclipse project? – 4lex1v Jun 27 '13 at 05:58
-
If it easier, you can create new empty project and send to my email: mr.boyfox@gmail.com ? – SBotirov Jun 27 '13 at 09:10
-
See [giter8](https://github.com/n8han/giter8). There is a template with scalaz. – drstevens Jun 27 '13 at 14:29
-
It works well for me, the only difference is using the IDE with Scala 2.10.2. What is the Scala IDE version you are using? – Iulian Dragos Jul 03 '13 at 17:56
-
@mr.boyfox my question is about the IDE version. Is it 3.0.0? – Iulian Dragos Jul 04 '13 at 07:37
-
I used the following `build.sbt` to bring the dependency, and the generate an Eclipse project file: ``` name := "scalaz-test" scalaVersion := "2.10.2" libraryDependencies += "org.scalaz" %% "scalaz-core" % "7.0.0" ``` – Iulian Dragos Jul 04 '13 at 07:38
-
@Lilian Dragos it is Eclipse SDK Version: 3.7.2 – SBotirov Jul 04 '13 at 07:38