Skip to content

Commit

Permalink
Upgrade bloop to 1.4.11-47-b6175e43
Browse files Browse the repository at this point in the history
  • Loading branch information
dos65 committed Jan 11, 2022
1 parent 466b886 commit 026af6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions bin/test.sh
Expand Up @@ -8,14 +8,6 @@ mkdir -p ~/.bloop
touch ~/.bloop/.jvmopts
echo "-Xss16m" >> ~/.bloop/.jvmopts
echo "-Xmx1G" >> ~/.bloop/.jvmopts
if [ $JAVA_VERSION -eq 17 ]
then
echo "--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" >> ~/.bloop/.jvmopts
echo "--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED" >> ~/.bloop/.jvmopts
echo "--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED" >> ~/.bloop/.jvmopts
echo "--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED" >> ~/.bloop/.jvmopts
echo "--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED" >> ~/.bloop/.jvmopts
fi
curl -Lo coursier https://git.io/coursier-cli && chmod +x coursier
./coursier launch ch.epfl.scala:bloopgun-core_2.12:$(bloop_version) -- about

Expand All @@ -29,4 +21,4 @@ echo "-Dfile.encoding=UTF-8" >> .jvmopts

sbt "$1"

# sbt must be the last command - its exit code signals if tests passed or not
# sbt must be the last command - its exit code signals if tests passed or not
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -219,7 +219,7 @@ lazy val V = new {
val ammonite213Version = "2.13.7"

val ammonite = "2.4.1"
val bloop = "1.4.11-30-75fb3441"
val bloop = "1.4.11-51-ac1d788a"
val bloopNightly = bloop
val bsp = "2.0.0-M15"
val coursier = "2.0.16"
Expand Down

0 comments on commit 026af6d

Please sign in to comment.