Hagai Hillel

Results 46 comments of Hagai Hillel

This repo seems to have been abandoned. A maintained fork is available here https://github.com/hagay3/skuber Please open the PR in the new fork. Thanks, Hagai

This repo seems to have been abandoned. A maintained fork is available here https://github.com/hagay3/skuber Please open the PR in the new fork. Thanks, Hagai

This repo seems to have been abandoned. A maintained fork is available here https://github.com/hagay3/skuber Please open the issue in the new fork. Thanks, Hagai

@PhilAndrew scala 3.0 released

@mkurz Sorry for the late response. I don't know what caused the compile issue above, maybe a local sbt issue. After testing again I'm not able to see those errors...

@mkurz Testing RC7 with Scala 3 also passes compilation and tests. https://github.com/hagay3/skuber/actions/runs/3271735985/jobs/5381881898

Using the following solution solved the issue for me In that case, disabling warts for all test sources ``` scalacOptions += s"-P:wartremover:excluded:${(Test / scalaSource).value}", ```

Thanks for the quick reply Its not the real error. I'm trying to extract the resources folder path out of external module (3rd party module). I have an external nexus...

@KannarFr https://docs.github.com/en/rest/releases/releases#create-a-release

@KannarFr I think the purpose of sbt-github-actions is to generate a github actions yaml .