ソースを参照

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