Skip to content

Commit

Permalink
the compiler-bridge has to be installed by sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
Readon committed Oct 30, 2023
1 parent 2fe9eb0 commit 3e27864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-msys2-installer
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ install_coursier(){
setup_sbt(){
${COURSIER} install scala:2.12.17
${COURSIER} fetch org.scala-sbt:sbt:${_sbt_version}
${COURSIER} fetch org.scala-sbt:compiler-bridge_${_scala_version}:1.8.0
${COURSIER} fetch --sources org.scala-sbt:compiler-bridge_${_scala_version}:1.8.0
${COURSIER} fetch jline:jline:2.14.6
${COURSIER} fetch jline:jline:2.14.3
${COURSIER} fetch --sbt-plugin org.scalameta:sbt-scalafmt:2.4.6
Expand Down

0 comments on commit 3e27864

Please sign in to comment.