File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 8
8
scala-steward :
9
9
runs-on : ubuntu-latest
10
10
timeout-minutes : 30
11
+ if : ${{ github.repository_owner == 'foundweekends' }}
11
12
steps :
12
13
- name : Generate token
13
14
id : generate_token
14
15
uses : tibdex/github-app-token@v1
15
- if : ${{ !github.event.repository.fork }}
16
16
with :
17
17
app_id : 89697
18
18
private_key : ${{ secrets.FOUNDWEEKENDS_BOT_KEY }}
19
19
- name : Launch Scala Steward
20
- if : ${{ !github.event.repository.fork }}
21
20
uses :
scala-steward-org/[email protected]
22
21
with :
23
22
github-token : ${{ steps.generate_token.outputs.token }}
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ lazy val root = (project in file(".")).
84
84
val old = (Compile / packageSrc / mappings).value
85
85
old filter { case (_, p) => p != " META-INF/MANIFEST.MF" }
86
86
},
87
- Proguard / proguardVersion := " 7.1.1 " ,
87
+ Proguard / proguardVersion := " 7.2.0 " ,
88
88
Proguard / proguardOptions ++= Seq (
89
89
" -keep class conscript.* { *; }" ,
90
90
" -keep class dispatch.* { *; }" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ object Dependencies {
5
5
val scalaSwing = " org.scala-lang.modules" %% " scala-swing" % " 3.0.0"
6
6
val dispatchCore = " net.databinder.dispatch" %% " dispatch-core" % " 0.12.3"
7
7
val scopt = " com.github.scopt" %% " scopt" % " 4.0.1"
8
- val liftJson = " net.liftweb" %% " lift-json" % " 3.5.0 "
9
- val slf4jJdk14 = " org.slf4j" % " slf4j-jdk14" % " 1.7.33 "
8
+ val liftJson = " net.liftweb" %% " lift-json" % " 2.6.3 "
9
+ val slf4jJdk14 = " org.slf4j" % " slf4j-jdk14" % " 1.7.35 "
10
10
}
You can’t perform that action at this time.
0 commit comments