fix sbt/scala cache key

This commit is contained in:
Doğaç Eldenk 2023-04-07 02:03:58 +03:00
parent 191ba8c6ba
commit 38433e7a59
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'
]
}
];