Skip to content

Releases: VirtusLab/scala-cli-setup

v1.13.0

16 Apr 07:13
11ed705

Choose a tag to compare

Node bumped to 24 (was 20)

This version increases Node version to 24, as Node 20 is now deprecated on GitHub Actions runners.
Read more at https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

What's Changed

  • chore(deps-dev): Bump flatted from 3.3.2 to 3.4.2 by @dependabot[bot] in #1083
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.57.1 to 8.57.2 by @dependabot[bot] in #1086
  • fix: replace eslint-plugin-github with typescript-eslint for ESLint 10 compatibility by @Copilot in #1087
  • chore(deps-dev): Bump eslint from 9.39.3 to 10.1.0 by @dependabot[bot] in #1084
  • chore(deps-dev): Bump typescript-eslint from 8.57.2 to 8.58.0 by @dependabot[bot] in #1088
  • chore(deps-dev): Bump typescript from 5.9.3 to 6.0.2 by @dependabot[bot] in #1091
  • chore(deps-dev): Bump @types/node from 25.5.0 to 25.5.2 by @dependabot[bot] in #1093
  • chore(deps-dev): Bump eslint from 10.1.0 to 10.2.0 by @dependabot[bot] in #1092
  • chore(deps-dev): Bump @typescript-eslint/parser from 8.58.0 to 8.58.1 by @dependabot[bot] in #1096
  • chore(deps-dev): Bump typescript-eslint from 8.58.0 to 8.58.1 by @dependabot[bot] in #1094
  • chore(deps-dev): Bump prettier from 3.8.1 to 3.8.2 by @dependabot[bot] in #1097
  • chore(deps-dev): Bump @types/node from 25.5.2 to 25.6.0 by @dependabot[bot] in #1098
  • chore(deps-dev): Bump globals from 17.4.0 to 17.5.0 by @dependabot[bot] in #1099
  • chore(deps-dev): Bump typescript-eslint from 8.58.1 to 8.58.2 by @dependabot[bot] in #1102
  • chore(deps-dev): Bump prettier from 3.8.2 to 3.8.3 by @dependabot[bot] in #1103
  • Update ScalaCLI by @github-actions[bot] in #1104
  • Update dist by @github-actions[bot] in #1105
  • Bump Node to 24 by @Gedochao in #1106

Full Changelog: v1.12.5...v1.13.0

v1.12.5

20 Mar 07:23
14e5155

Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump @types/node from 25.3.3 to 25.3.5 by @dependabot[bot] in #1069
  • chore(deps-dev): Bump @stylistic/eslint-plugin from 5.9.0 to 5.10.0 by @dependabot[bot] in #1071
  • chore(deps-dev): Bump @typescript-eslint/parser from 8.56.1 to 8.57.0 by @dependabot[bot] in #1074
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.56.1 to 8.57.0 by @dependabot[bot] in #1073
  • chore(deps-dev): Bump @types/node from 25.3.5 to 25.4.0 by @dependabot[bot] in #1072
  • chore(deps-dev): Bump @types/node from 25.4.0 to 25.5.0 by @dependabot[bot] in #1075
  • chore(deps): Bump undici from 6.23.0 to 6.24.1 by @dependabot[bot] in #1077
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.57.0 to 8.57.1 by @dependabot[bot] in #1079
  • Update dist by @github-actions[bot] in #1078
  • Update ScalaCLI by @github-actions[bot] in #1081
  • Update dist by @github-actions[bot] in #1082

Full Changelog: v1.12.4...v1.12.5

v1.12.4

04 Mar 09:55
59e3088

Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump @types/node from 25.3.1 to 25.3.2 by @dependabot[bot] in #1064
  • chore(deps): Bump minimatch by @dependabot[bot] in #1065
  • chore(deps-dev): Bump @types/node from 25.3.2 to 25.3.3 by @dependabot[bot] in #1066
  • Update ScalaCLI by @github-actions[bot] in #1067
  • Update dist by @github-actions[bot] in #1068

Full Changelog: v1.12.3...v1.12.4

v1.12.3

26 Feb 14:26
442bfba

Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump @types/node from 25.2.0 to 25.2.1 by @dependabot[bot] in #1039
  • chore(deps-dev): Bump @types/node from 25.2.1 to 25.2.2 by @dependabot[bot] in #1045
  • chore(deps-dev): Bump @typescript-eslint/parser from 8.54.0 to 8.55.0 by @dependabot[bot] in #1046
  • chore(deps-dev): Bump @types/node from 25.2.2 to 25.2.3 by @dependabot[bot] in #1049
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.54.0 to 8.55.0 by @dependabot[bot] in #1047
  • chore(deps-dev): Bump @stylistic/eslint-plugin from 5.7.1 to 5.8.0 by @dependabot[bot] in #1048
  • chore(deps-dev): Bump @typescript-eslint/parser from 8.55.0 to 8.56.0 by @dependabot[bot] in #1052
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.55.0 to 8.56.0 by @dependabot[bot] in #1050
  • chore(deps-dev): Bump @types/node from 25.2.3 to 25.3.0 by @dependabot[bot] in #1053
  • chore(deps-dev): Bump @stylistic/eslint-plugin from 5.8.0 to 5.9.0 by @dependabot[bot] in #1054
  • Revert eslint bump to 10.0.1; upgrade to 9.39.3 instead by @Copilot in #1056
  • chore(deps-dev): Bump eslint from 9.39.2 to 10.0.1 by @dependabot[bot] in #1055
  • chore(deps-dev): Bump @typescript-eslint/parser from 8.56.0 to 8.56.1 by @dependabot[bot] in #1059
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.56.0 to 8.56.1 by @dependabot[bot] in #1057
  • chore(deps-dev): Bump @types/node from 25.3.0 to 25.3.1 by @dependabot[bot] in #1060
  • Update ScalaCLI by @github-actions[bot] in #1061
  • Update dist by @github-actions[bot] in #1062

New Contributors

  • @Copilot made their first contribution in #1056

Full Changelog: v1.12.2...v1.12.3

v1.12.2

06 Feb 12:11
f5caf59

Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump @types/node from 25.0.10 to 25.1.0 by @dependabot[bot] in #1035
  • chore(deps-dev): Bump @types/node from 25.1.0 to 25.2.0 by @dependabot[bot] in #1038
  • improvement: Download bloop to work around Scala CLI issue by @tgodzik in #1040
  • Update dist by @github-actions[bot] in #1041
  • chore: Update Scala CLI and remove Bloop fallback by @tgodzik in #1043
  • Update dist by @github-actions[bot] in #1044

Full Changelog: v1.12.1...v1.12.2

v1.12.1

28 Jan 10:43
62f3539

Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump @typescript-eslint/parser from 8.53.0 to 8.53.1 by @dependabot[bot] in #1023
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.53.0 to 8.53.1 by @dependabot[bot] in #1022
  • Run tests on Ubuntu ARM64 by @Gedochao in #1024
  • chore(deps-dev): Bump @types/node from 25.0.9 to 25.0.10 by @dependabot[bot] in #1025
  • chore(deps-dev): Bump prettier from 3.8.0 to 3.8.1 by @dependabot[bot] in #1026
  • chore(deps-dev): Bump @typescript-eslint/parser from 8.53.1 to 8.54.0 by @dependabot[bot] in #1029
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.53.1 to 8.54.0 by @dependabot[bot] in #1028
  • chore(deps-dev): Bump @stylistic/eslint-plugin from 5.7.0 to 5.7.1 by @dependabot[bot] in #1027
  • chore(deps): Bump @actions/tool-cache from 3.0.0 to 3.0.1 by @dependabot[bot] in #1031
  • chore(deps): Bump @actions/core from 2.0.2 to 2.0.3 by @dependabot[bot] in #1030
  • Update ScalaCLI by @github-actions[bot] in #1032
  • Update dist by @github-actions[bot] in #1033

Full Changelog: v1.12.0...v1.12.1

v1.12.0

16 Jan 08:45
e5a8d00

Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump @types/node from 25.0.1 to 25.0.2 by @dependabot[bot] in #996
  • chore(deps-dev): Bump eslint from 9.39.1 to 9.39.2 by @dependabot[bot] in #995
  • chore(deps): Bump peter-evans/create-pull-request from 7 to 8 by @dependabot[bot] in #994
  • chore(deps-dev): Bump @typescript-eslint/parser from 8.49.0 to 8.50.0 by @dependabot[bot] in #998
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.49.0 to 8.50.0 by @dependabot[bot] in #997
  • chore(deps-dev): Bump @types/node from 25.0.2 to 25.0.3 by @dependabot[bot] in #999
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.50.0 to 8.50.1 by @dependabot[bot] in #1001
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.50.1 to 8.51.0 by @dependabot[bot] in #1003
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.51.0 to 8.52.0 by @dependabot[bot] in #1005
  • chore(deps): Bump @actions/core from 2.0.1 to 2.0.2 by @dependabot[bot] in #1007
  • chore(deps): Bump @actions/tool-cache from 2.0.2 to 3.0.0 by @dependabot[bot] in #1006
  • chore(deps-dev): Bump @types/node from 25.0.3 to 25.0.6 by @dependabot[bot] in #1010
  • chore(deps-dev): Bump @stylistic/eslint-plugin from 5.6.1 to 5.7.0 by @dependabot[bot] in #1009
  • chore(deps-dev): Bump @typescript-eslint/parser from 8.52.0 to 8.53.0 by @dependabot[bot] in #1013
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.52.0 to 8.53.0 by @dependabot[bot] in #1011
  • Update dist by @github-actions[bot] in #1008
  • chore(deps-dev): Bump @types/node from 25.0.6 to 25.0.8 by @dependabot[bot] in #1014
  • Bump coursier to 2.1.25-M23 (was 2.1.25-M21) by @Gedochao in #1015
  • Update dist by @github-actions[bot] in #1016
  • chore(deps-dev): Bump prettier from 3.7.4 to 3.8.0 by @dependabot[bot] in #1017
  • chore(deps-dev): Bump eslint-plugin-prettier from 5.5.4 to 5.5.5 by @dependabot[bot] in #1018
  • chore(deps-dev): Bump @types/node from 25.0.8 to 25.0.9 by @dependabot[bot] in #1020
  • Update ScalaCLI by @github-actions[bot] in #1019
  • Update dist by @github-actions[bot] in #1021

Full Changelog: v1.11.0...v1.12.0

v1.11.0

12 Dec 14:08
89a4859

Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump @typescript-eslint/parser from 8.46.4 to 8.47.0 by @dependabot[bot] in #965
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.46.4 to 8.47.0 by @dependabot[bot] in #964
  • chore(deps-dev): Bump @stylistic/eslint-plugin from 5.5.0 to 5.6.0 by @dependabot[bot] in #966
  • chore(deps-dev): Bump @stylistic/eslint-plugin from 5.6.0 to 5.6.1 by @dependabot[bot] in #967
  • chore(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #968
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.47.0 to 8.48.0 by @dependabot[bot] in #970
  • chore(deps-dev): Bump prettier from 3.6.2 to 3.7.3 by @dependabot[bot] in #972
  • chore(deps-dev): Bump @typescript-eslint/parser from 8.48.0 to 8.48.1 by @dependabot[bot] in #973
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.48.0 to 8.48.1 by @dependabot[bot] in #974
  • chore(deps-dev): Bump prettier from 3.7.3 to 3.7.4 by @dependabot[bot] in #975
  • Bump Node to 24 by @Gedochao in #978
  • chore(deps-dev): Bump eslint-plugin-github from 5.1.8 to 6.0.0 by @dependabot[bot] in #778
  • Bump MacOS intel CI to macos-15-intel (was macos-13) by @Gedochao in #977
  • Bump coursier to 2.1.25-M19 by @Gedochao in #976
  • Update dist by @github-actions[bot] in #979
  • chore(deps-dev): Bump @types/node from 24.10.1 to 24.10.2 by @dependabot[bot] in #982
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.48.1 to 8.49.0 by @dependabot[bot] in #981
  • Bump coursier to 2.1.25-M21 by @Gedochao in #983
  • Update dist by @github-actions[bot] in #984
  • chore(deps): Bump @actions/exec from 1.1.1 to 2.0.0 by @dependabot[bot] in #986
  • chore(deps-dev): Bump @types/node from 24.10.2 to 25.0.0 by @dependabot[bot] in #988
  • chore(deps): Bump @actions/core from 1.11.1 to 2.0.0 by @dependabot[bot] in #985
  • Update dist by @github-actions[bot] in #989
  • chore(deps): Bump @actions/core from 2.0.0 to 2.0.1 by @dependabot[bot] in #991
  • chore(deps-dev): Bump @types/node from 25.0.0 to 25.0.1 by @dependabot[bot] in #990
  • Update ScalaCLI by @github-actions[bot] in #992
  • Update dist by @github-actions[bot] in #993

Full Changelog: v1.10.1...v1.11.0

v1.10.1

14 Nov 11:40
68bd9c3

Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump @typescript-eslint/parser from 8.46.3 to 8.46.4 by @dependabot[bot] in #959
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.46.3 to 8.46.4 by @dependabot[bot] in #958
  • chore(deps-dev): Bump @types/node from 24.10.0 to 24.10.1 by @dependabot[bot] in #960
  • chore(deps-dev): Bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #961
  • Update ScalaCLI by @github-actions[bot] in #962
  • Update dist by @github-actions[bot] in #963

Full Changelog: v1.10.0...v1.10.1

v1.10.0

07 Nov 13:29
5fe8d5c

Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump eslint from 9.35.0 to 9.36.0 by @dependabot[bot] in #923
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.44.0 to 8.44.1 by @dependabot[bot] in #925
  • bugfix: Use newest Bloop to fix CI issues by @tgodzik in #933
  • chore(deps-dev): Bump @types/node from 24.5.2 to 24.7.0 by @dependabot[bot] in #934
  • chore(deps-dev): Bump typescript from 5.9.2 to 5.9.3 by @dependabot[bot] in #930
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.44.1 to 8.46.0 by @dependabot[bot] in #935
  • chore(deps-dev): Bump eslint from 9.36.0 to 9.37.0 by @dependabot[bot] in #937
  • chore(deps-dev): Bump @types/node from 24.7.0 to 24.7.1 by @dependabot[bot] in #938
  • chore(deps-dev): Bump @types/node from 24.7.1 to 24.7.2 by @dependabot[bot] in #939
  • chore(deps-dev): Bump @typescript-eslint/parser from 8.46.0 to 8.46.1 by @dependabot[bot] in #940
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.46.0 to 8.46.1 by @dependabot[bot] in #941
  • chore(deps-dev): Bump @types/node from 24.7.2 to 24.8.0 by @dependabot[bot] in #942
  • chore(deps-dev): Bump @types/node from 24.8.0 to 24.8.1 by @dependabot[bot] in #946
  • chore(deps-dev): Bump eslint from 9.37.0 to 9.38.0 by @dependabot[bot] in #944
  • chore(deps-dev): Bump @types/node from 24.8.1 to 24.9.1 by @dependabot[bot] in #949
  • chore(deps-dev): Bump @typescript-eslint/parser from 8.46.1 to 8.46.2 by @dependabot[bot] in #948
  • chore(deps-dev): Bump @stylistic/eslint-plugin from 5.4.0 to 5.5.0 by @dependabot[bot] in #945
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.46.1 to 8.46.2 by @dependabot[bot] in #947
  • chore(deps): Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #943
  • chore(deps-dev): Bump @types/node from 24.9.1 to 24.9.2 by @dependabot[bot] in #950
  • chore(deps-dev): Bump eslint from 9.38.0 to 9.39.0 by @dependabot[bot] in #951
  • chore(deps-dev): Bump @types/node from 24.9.2 to 24.10.0 by @dependabot[bot] in #952
  • chore(deps-dev): Bump eslint from 9.39.0 to 9.39.1 by @dependabot[bot] in #953
  • chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.46.2 to 8.46.3 by @dependabot[bot] in #954
  • Update ScalaCLI by @github-actions[bot] in #956
  • Update dist by @github-actions[bot] in #957

Full Changelog: v1.9.1...v1.10.0