Browse Source

possible issue with conflicting declarations for java version

mfirry 10 years ago
parent
commit
90526ced05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Scala/http4s/setup.sh

+ 1 - 1
frameworks/Scala/http4s/setup.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-source $IROOT/java7.installed
+source $IROOT/java8.installed
 export SBT_HOME=${IROOT}/sbt
 
 ${SBT_HOME}/bin/sbt update compile