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

Commit 709dd76

Browse files
committed
Update to JUnit 4.11
1 parent 7d70394 commit 709dd76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

org.scala-refactoring.library/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: Scala Refactoring
44
Bundle-SymbolicName: org.scala-refactoring.library
55
Bundle-Version: 0.6.3.qualifier
6-
Require-Bundle: org.junit;bundle-version="4.7.0",
6+
Require-Bundle: org.junit;bundle-version="4.11.0",
77
org.scala-lang.scala-library
88
Export-Package: scala.tools.refactoring,scala.tools.refactoring.analys
99
is,scala.tools.refactoring.common,scala.tools.refactoring.implementat

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>junit</groupId>
5353
<artifactId>junit</artifactId>
54-
<version>4.7</version>
54+
<version>4.11</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>

0 commit comments

Comments
 (0)