File tree 3 files changed +22
-6
lines changed
3 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.1 " )
2
- addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.7.1 " )
3
- addSbtPlugin(" org.typelevel" % " sbt-typelevel-scalafix" % " 0.7.1 " )
1
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.2 " )
2
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.7.2 " )
3
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-scalafix" % " 0.7.2 " )
4
4
addSbtPlugin(" org.foundweekends.giter8" %% " sbt-giter8" % " 0.16.2" )
5
5
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.16.0" )
6
6
addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.5.4" )
Original file line number Diff line number Diff line change 34
34
runs-on : ${{ matrix.os }}
35
35
timeout-minutes : 60
36
36
steps :
37
+ - name : Install sbt
38
+ if : contains(runner.os, 'macos')
39
+ run : brew install sbt
40
+
37
41
- name : Checkout current branch (full)
38
42
uses : actions/checkout@v4
39
43
with :
@@ -103,6 +107,10 @@ jobs:
103
107
java : [temurin@8]
104
108
runs-on : ${{ matrix.os }}
105
109
steps :
110
+ - name : Install sbt
111
+ if : contains(runner.os, 'macos')
112
+ run : brew install sbt
113
+
106
114
- name : Checkout current branch (full)
107
115
uses : actions/checkout@v4
108
116
with :
@@ -194,6 +202,10 @@ jobs:
194
202
java : [temurin@8]
195
203
runs-on : ${{ matrix.os }}
196
204
steps :
205
+ - name : Install sbt
206
+ if : contains(runner.os, 'macos')
207
+ run : brew install sbt
208
+
197
209
- name : Checkout current branch (full)
198
210
uses : actions/checkout@v4
199
211
with :
@@ -226,6 +238,10 @@ jobs:
226
238
java : [temurin@11]
227
239
runs-on : ${{ matrix.os }}
228
240
steps :
241
+ - name : Install sbt
242
+ if : contains(runner.os, 'macos')
243
+ run : brew install sbt
244
+
229
245
- name : Checkout current branch (full)
230
246
uses : actions/checkout@v4
231
247
with :
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.1 " )
2
- addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.7.1 " )
3
- addSbtPlugin(" org.typelevel" % " sbt-typelevel-scalafix" % " 0.7.1 " )
1
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.2 " )
2
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.7.2 " )
3
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-scalafix" % " 0.7.2 " )
4
4
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.16.0" )
5
5
addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.5.4" )
You can’t perform that action at this time.
0 commit comments