diff --git a/build.sbt b/build.sbt index f26314e..e99a4c4 100755 --- a/build.sbt +++ b/build.sbt @@ -306,7 +306,7 @@ lazy val smithy4playSbtCodegen = project version := releaseVersion, scalaVersion := "2.12.21", libraryDependencies ++= Seq( - "io.github.classgraph" % "classgraph" % "4.8.193" + "io.github.classgraph" % "classgraph" % "4.8.194" ), githubOwner := "innFactory", githubRepository := "smithy4play", diff --git a/project/build.sbt b/project/build.sbt index cb61652..669eccb 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,3 +1,3 @@ -libraryDependencies += "io.github.classgraph" % "classgraph" % "4.8.193" +libraryDependencies += "io.github.classgraph" % "classgraph" % "4.8.194" Compile / unmanagedSourceDirectories += baseDirectory.value.getParentFile / "smithy4play-sbt-codegen" / "src" / "main" / "scala"