Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit 4eff50d

Browse files
committed
Latest version of scalatest.
1 parent 5b36e48 commit 4eff50d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.scalatest</groupId>
9494
<artifactId>scalatest</artifactId>
95-
<version>1.2-for-scala-2.8.0.final-SNAPSHOT</version>
95+
<version>1.2</version>
9696
<scope>test</scope>
9797
</dependency>
9898
</dependencies>

project/build/SubmititProject.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SubmititProject(info: ProjectInfo) extends ParentProject(info){
2929
val slf4j = "org.slf4j" % "slf4j-log4j12" % "1.4.2"
3030
val log4j = "log4j" % "log4j" % "1.2.14"
3131
val junit = "junit" % "junit" % "4.8.2" % "test"
32-
val scala_test = "org.scalatest" % "scalatest" % "1.2-for-scala-2.8.0.final-SNAPSHOT" % "test"
32+
val scala_test = "org.scalatest" % "scalatest" % "1.2" % "test"
3333
})
3434

3535
lazy val ems = project("submitit-ems-client", "Ems Client", new DefaultProject(_) with OutPutPaths {

0 commit comments

Comments
 (0)