File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -377,19 +377,19 @@ jobs:
377377 strategy :
378378 matrix :
379379 os : [ubuntu-22.04]
380- java : [temurin@11 ]
380+ java : [temurin@17 ]
381381 runs-on : ${{ matrix.os }}
382382 steps :
383383 - name : Checkout current branch (fast)
384384 uses : actions/checkout@v6
385385
386- - name : Setup Java (temurin@11 )
387- id : setup-java-temurin-11
388- if : matrix.java == 'temurin@11 '
386+ - name : Setup Java (temurin@17 )
387+ id : setup-java-temurin-17
388+ if : matrix.java == 'temurin@17 '
389389 uses : actions/setup-java@v5
390390 with :
391391 distribution : temurin
392- java-version : 11
392+ java-version : 17
393393
394394 - uses : coursier/setup-action@v1
395395 with :
Original file line number Diff line number Diff line change 1- val sbtTypelevelVersion = " 0.8.6 "
1+ val sbtTypelevelVersion = " 0.8.7 "
22addSbtPlugin(" org.typelevel" % " sbt-typelevel" % sbtTypelevelVersion)
33addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % sbtTypelevelVersion)
44addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.8" )
You can’t perform that action at this time.
0 commit comments