Commit 1f6f348 1 parent 5ceb26e commit 1f6f348 Copy full SHA for 1f6f348
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
strategy :
24
24
matrix :
25
25
os : [ubuntu-latest, macos-12]
26
- scala : [2.13.14 ]
26
+ scala : [2.13.15 ]
27
27
java :
28
28
- temurin@8
29
29
- temurin@11
@@ -102,7 +102,7 @@ jobs:
102
102
strategy :
103
103
matrix :
104
104
os : [ubuntu-latest]
105
- scala : [2.13.14 ]
105
+ scala : [2.13.15 ]
106
106
java : [temurin@8]
107
107
runs-on : ${{ matrix.os }}
108
108
steps :
@@ -154,12 +154,12 @@ jobs:
154
154
- name : Setup sbt
155
155
uses : sbt/setup-sbt@v1
156
156
157
- - name : Download target directories (2.13.14 )
157
+ - name : Download target directories (2.13.15 )
158
158
uses : actions/download-artifact@v4
159
159
with :
160
- name : target-${{ matrix.os }}-2.13.14 -${{ matrix.java }}
160
+ name : target-${{ matrix.os }}-2.13.15 -${{ matrix.java }}
161
161
162
- - name : Inflate target directories (2.13.14 )
162
+ - name : Inflate target directories (2.13.15 )
163
163
run : |
164
164
tar xf targets.tar
165
165
rm targets.tar
Original file line number Diff line number Diff line change 1
1
val buildName = " jardiff"
2
2
3
3
val scala212Version = " 2.12.19"
4
- val scala213Version = " 2.13.14 "
4
+ val scala213Version = " 2.13.15 "
5
5
6
6
inThisBuild(Seq [Setting [_]](
7
7
organization := " com.lightbend" ,
8
- scalaVersion := " 2.13.14 " ,
8
+ scalaVersion := " 2.13.15 " ,
9
9
startYear := Some (2017 ),
10
10
organizationName := " Lightbend Inc. <https://www.lightbend.com>" ,
11
11
licenses := List ((" Apache-2.0" , url(" https://www.apache.org/licenses/LICENSE-2.0.txt" ))),
You can’t perform that action at this time.
0 commit comments