File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 scala :
16- - 2.12.8
16+ - 2.12.15
1717
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v3
2020 with :
2121 fetch-depth : 0 # Need the git history for sbt-dynver to determine the version
2222 - name : Set up JDK 11
23- uses : actions/setup-java@v2
23+ uses : actions/setup-java@v3
2424 with :
2525 java-version : ' 11'
26- distribution : ' adopt '
26+ distribution : temurin
2727 - name : Cache SBT
28- uses : actions/cache@v2
28+ uses : actions/cache@v3
2929 with :
3030 path : |
3131 ~/.ivy2/local/
Original file line number Diff line number Diff line change 44.metals /
55.bloop /
66metals.sbt
7- .bsp /sbt.json
7+ .bsp /
88.vscode /launch.json
9+ * .scala.semanticdb
Original file line number Diff line number Diff line change 1- runner.dialect = "scala213"
1+ runner.dialect = scala212source3
22version = "3.1.1"
33maxColumn = 80
Original file line number Diff line number Diff line change 1- sbt.version =1.5.5
1+ sbt.version =1.7.3
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.thoughtworks.sbt-best-practice" % " sbt-best-practice" % " 8.2.1 " )
1+ addSbtPlugin(" com.thoughtworks.sbt-best-practice" % " sbt-best-practice" % " 8.2.4 " )
22
33addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.8" )
44
You can’t perform that action at this time.
0 commit comments