Skip to content

Commit

Permalink
fix command of coursier.
Browse files Browse the repository at this point in the history
  • Loading branch information
Readon committed Oct 30, 2023
1 parent a62c788 commit 52ec227
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 @@ -132,7 +132,7 @@ install_spinalhdl_dependencies(){
if [ ${_small_version} == ${_spinal_with_tester} ]; then
${COURSIER} fetch com.github.spinalhdl:spinalhdl-tester_${_scala_version}:${_spinal_version}
else
${COURSIER} fetch cs fetch org.scalatest:scalatest_${_scala_version}:3.2.5
${COURSIER} fetch org.scalatest:scalatest_${_scala_version}:3.2.5
fi
}

Expand Down

0 comments on commit 52ec227

Please sign in to comment.