Skip to content

Commit 463baf9

Browse files
authored
Merge pull request #805 from scala-steward/update/patches
Patch updates
2 parents f5629c0 + 18181dd commit 463baf9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
name: Code Style
1818
uses: playframework/.github/.github/workflows/cmd.yml@v4
1919
with:
20-
env: JAVA_TOOL_OPTIONS='--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED'
2120
cmd: sbt scalafmtCheckAll scalafmtSbtCheck javafmtCheckAll headerCheckAll
2221

2322
# MiMa is not enabled yet, since this library is marked as "API may change".

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Dependencies {
1010
object Versions {
1111
val scala212 = "2.12.21"
1212
val scala213 = "2.13.18"
13-
val scala3 = "3.8.3"
13+
val scala3 = "3.8.4"
1414

1515
// Don't use PekkoGrpcBuildInfo.pekkoHttpVersion or PekkoGrpcBuildInfo.pekkoVersion and prioritize
1616
// aligning with versions transitively brought in via Play.

0 commit comments

Comments
 (0)