Skip to content

Commit 854e6fa

Browse files
committed
Fixing the link to JUnit lib in crazyrun Java mapping
1 parent e20faa0 commit 854e6fa

File tree

1 file changed

+1
-1
lines changed
  • rake-tasks/crazy_fun/mappings

1 file changed

+1
-1
lines changed

rake-tasks/crazy_fun/mappings/java.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module CrazyFunJava
5656
def self.ant
5757
@ant ||= (
5858
require 'third_party/java/eclipse_compiler/ecj-4.3.2.jar'
59-
require 'third_party/java/junit/junit-dep-4.11.jar'
59+
require 'third_party/java/junit/junit-4.12.jar'
6060

6161
Ant.load_bundled
6262

0 commit comments

Comments
 (0)