Commit 42472fd 1 parent d8348ab commit 42472fd Copy full SHA for 42472fd
File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 34
34
timeout-minutes : 60
35
35
steps :
36
36
- name : Install sbt
37
- if : contains(runner.os, 'macos')
38
- run : brew install sbt
37
+ uses : sbt/setup-sbt@v1
39
38
40
39
- name : Checkout current branch (full)
41
40
uses : actions/checkout@v4
93
92
runs-on : ${{ matrix.os }}
94
93
steps :
95
94
- name : Install sbt
96
- if : contains(runner.os, 'macos')
97
- run : brew install sbt
95
+ uses : sbt/setup-sbt@v1
98
96
99
97
- name : Checkout current branch (full)
100
98
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.jetbrains" % " sbt-idea-plugin" % " 3.26.2" )
2
2
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
3
- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.3 " )
3
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.4 " )
You can’t perform that action at this time.
0 commit comments