Maven中的Scala 2.11.4
是否可以使用ScalaTest?
我尝试了最新的version。
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.0.0-SNAP2</version>
<scope>test</scope>
</dependency>
但是,在通过mvn clean install
构建时,我看到了:
[WARNING] org.scalatest:scalatest_2.11:3.0.0-SNAP2 requires scala version: 2.11.2
答案 0 :(得分:0)
http://www.scalatest.org/download
所有的配置示例,对我来说我认为这是合适的
以下是Maven POM的代码(适用于Scala 2.11.0 +):
m.foo()
为什么不使用sbt,它是纯scala编码器的更好的构建工具。