File tree 6 files changed +8
-19
lines changed
6 files changed +8
-19
lines changed Original file line number Diff line number Diff line change 26
26
cache : ' npm'
27
27
cache-dependency-path : ' cdk/package-lock.json'
28
28
29
- # Java is needed for the Scala Play app
30
- - name : Set up Java
31
- uses : actions/setup-java@v4
32
- with :
33
- java-version : ' 11' # TODO read this from the `.java-version` file in the repository
34
- distribution : ' corretto'
29
+ - uses : guardian/setup-scala@v1
30
+
35
31
- run : ./scripts/ci
36
32
37
33
- uses : guardian/actions-riff-raff@v4
Original file line number Diff line number Diff line change 11
11
- name : Checkout branch
12
12
id : checkout
13
13
uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
14
- - name : Install Java
15
- id : java
16
- uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.2.0
17
- with :
18
- distribution : corretto
19
- java-version : 17
20
- - name : Install sbt
21
- id : sbt
22
- uses : sbt/setup-sbt@50a38cca700907fb9df65ecabcefb85ebaa424a7 # v1.1.4
14
+ - uses : guardian/setup-scala@v1
23
15
- name : Submit dependencies
24
16
id : submit
25
17
uses : scalacenter/sbt-dependency-submission@64084844d2b0a9b6c3765f33acde2fbe3f5ae7d3 # v3.1.0
Original file line number Diff line number Diff line change
1
+ java corretto-11.0.25.9.1
Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ lazy val root = (project in file("."))
65
65
" com.fasterxml.jackson.core" ,
66
66
" jackson-databind"
67
67
),
68
- // Transient dependency of Play. No newer version of Play 3.0.5 with this vulnerability fixed.
68
+ // Transient dependency of Play. No newer version of Play 3.0.6 with this vulnerability fixed.
69
69
" ch.qos.logback" % " logback-classic" % " 1.5.12" ,
70
- " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.18.1 "
70
+ " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.18.2 "
71
71
),
72
72
scalacOptions ++= List (
73
73
" -encoding" ,
Original file line number Diff line number Diff line change 1
- sbt.version =1.10.5
1
+ sbt.version =1.10.6
Original file line number Diff line number Diff line change 1
1
// Comment to get more information during initialization
2
2
logLevel := Level .Warn
3
3
4
- addSbtPlugin(" org.playframework" % " sbt-plugin" % " 3.0.5 " )
4
+ addSbtPlugin(" org.playframework" % " sbt-plugin" % " 3.0.6 " )
5
5
6
6
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
7
7
You can’t perform that action at this time.
0 commit comments