소스 검색

possible issue with conflicting declarations for java version

mfirry 10 년 전
부모
커밋
90526ced05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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