File tree 3 files changed +11
-10
lines changed
3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -18,23 +18,23 @@ jobs:
18
18
openjdk14 :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v2
22
- - uses : actions/cache@v2
21
+ - uses : actions/checkout@v4
22
+ - uses : actions/cache@v4
23
23
with :
24
24
path : |
25
25
~/.sbt
26
26
~/.ivy2/cache
27
27
key : ${{ runner.os }}-sbt-${{ hashFiles('**/project/build.properties') }}-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }}
28
- - uses : actions/setup-java@v2
28
+ - uses : actions/setup-java@v4
29
29
with :
30
- distribution : zulu
31
- java-version : 14 .0.1
30
+ distribution : temurin
31
+ java-version : 17 .0.5
32
32
- run : sbt -Depoll=true "test;stage"
33
33
- run : cp LICENSE README.md target/universal/stage && git log -n 1 --pretty=oneline > target/universal/stage/commit.txt
34
34
- run : cd target/universal/stage && tar -cvpJf ../../../lila-ws-3.0.tar.xz . && cd -
35
35
env :
36
36
XZ_OPT : ' -0'
37
- - uses : actions/upload-artifact@v1
37
+ - uses : actions/upload-artifact@v4
38
38
with :
39
39
name : lila-ws
40
40
path : lila-ws-3.0.tar.xz
Original file line number Diff line number Diff line change 6
6
openjdk13 :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
10
- - uses : actions/setup-java@v1
9
+ - uses : actions/checkout@v4
10
+ - uses : actions/setup-java@v4
11
11
with :
12
- java-version : 13
12
+ distribution : temurin
13
+ java-version : 17.0.5
13
14
- run : sbt compile
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ libraryDependencies += "io.lettuce" % "lettuce-core"
19
19
libraryDependencies += " io.netty" % " netty-handler" % nettyVersion
20
20
libraryDependencies += " io.netty" % " netty-codec-http" % nettyVersion
21
21
libraryDependencies += " io.netty" % " netty-transport-native-epoll" % nettyVersion classifier " linux-x86_64"
22
- libraryDependencies += " org.playstrategy" %% " strategygames" % " 10.2.1-pstrat135 "
22
+ libraryDependencies += " org.playstrategy" %% " strategygames" % " 10.2.1-pstrat148 "
23
23
libraryDependencies += " com.typesafe.akka" %% " akka-actor-typed" % akkaVersion
24
24
libraryDependencies += " com.typesafe.akka" %% " akka-slf4j" % akkaVersion
25
25
libraryDependencies += " com.typesafe.scala-logging" %% " scala-logging" % " 3.9.3"
You can’t perform that action at this time.
0 commit comments