fix sbt/scala cache key (#478)

This commit is contained in:
Doğaç Eldenk
2023-04-10 10:56:26 +03:00
committed by GitHub
parent 191ba8c6ba
commit 404e5db3a1
5 changed files with 30 additions and 5 deletions

View File

@ -68416,7 +68416,8 @@ const supportedPackageManager = [
pattern: [
'**/*.sbt',
'**/project/build.properties',
'**/project/**.{scala,sbt}'
'**/project/**.scala',
'**/project/**.sbt'
]
}
];

3
dist/setup/index.js vendored
View File

@ -103621,7 +103621,8 @@ const supportedPackageManager = [
pattern: [
'**/*.sbt',
'**/project/build.properties',
'**/project/**.{scala,sbt}'
'**/project/**.scala',
'**/project/**.sbt'
]
}
];