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

Commit

Permalink
Updated to junit 4.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyle committed Sep 30, 2010
1 parent dd0c5a2 commit 257313f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<version>4.8.1</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
Expand Down
2 changes: 1 addition & 1 deletion project/build/ApplicationDefinition.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ApplicationProject(info: ProjectInfo) extends ParentProject(info) {
override val testCompilePath = "target" / "test-classes"
}

lazy val common = project("common", "common", new DefaultProject(_) {val junit = "junit" % "junit" % "4.7"})
lazy val common = project("common", "common", new DefaultProject(_) {val junit = "junit" % "junit" % "4.8.1"})
lazy val intro = project("intro", "intro", new DefaultProject(_) with MavenFriendly, common)
lazy val first_class_functions = project("first-class-functions", "first-class-functions", new DefaultProject(_) with MavenFriendly, common)
lazy val higher_order_functions = project("higher-order-functions", "higher-order-functions", new DefaultProject(_) with MavenFriendly, common)
Expand Down

0 comments on commit 257313f

Please sign in to comment.