Skip to content

Commit

Permalink
Merge pull request #249 from innFactory/update/kind-projector-0.13.3
Browse files Browse the repository at this point in the history
chore: update kind-projector from 0.13.2 to 0.13.3
  • Loading branch information
mergify[bot] authored Feb 24, 2024
2 parents 03b3f15 + bfc0864 commit ea3e12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lazy val smithy4play = project
.enablePlugins(Smithy4sCodegenPlugin)
.settings(
sharedSettings,
addCompilerPlugin("org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full),
addCompilerPlugin("org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full),
scalaVersion := Dependencies.scalaVersion,
Compile / smithy4sAllowedNamespaces := List("smithy.smithy4play", "aws.protocols"),
Compile / smithy4sInputDirs := Seq(
Expand Down

0 comments on commit ea3e12c

Please sign in to comment.