File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 33
33
runs-on : ${{ matrix.os }}
34
34
timeout-minutes : 60
35
35
steps :
36
+ - name : Install sbt
37
+ if : contains(runner.os, 'macos')
38
+ run : brew install sbt
39
+
36
40
- name : Checkout current branch (full)
37
41
uses : actions/checkout@v4
38
42
with :
90
94
java : [temurin@8]
91
95
runs-on : ${{ matrix.os }}
92
96
steps :
97
+ - name : Install sbt
98
+ if : contains(runner.os, 'macos')
99
+ run : brew install sbt
100
+
93
101
- name : Checkout current branch (full)
94
102
uses : actions/checkout@v4
95
103
with :
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.4")
18
18
19
19
addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.1.0" )
20
20
21
- addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.7.1 " )
21
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.7.2 " )
22
22
23
23
addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.7" )
You can’t perform that action at this time.
0 commit comments