Skip to content

Commit 2c3aa2d

Browse files
committed
fix
1 parent c4a931a commit 2c3aa2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbtPlugin/src/main/scala/org/polyvariant/smithytraitcodegen/SmithyTraitCodegenPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ object SmithyTraitCodegenPlugin extends AutoPlugin {
8585
)
8686

8787
val cachedCodegen =
88-
Cache.cached(s.cacheDirectory) {
88+
Cache.cached(s.cacheStoreFactory.make("smithy-trait-codegen")) {
8989
SmithyTraitCodegen.generate
9090
}
9191

0 commit comments

Comments
 (0)