diff --git a/build.sbt b/build.sbt index 6ad4211..e7c5787 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.189" + "io.github.classgraph" % "classgraph" % "4.8.190" ), githubOwner := "innFactory", githubRepository := "smithy4play", diff --git a/project/build.sbt b/project/build.sbt index 028ee00..d346d35 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,3 +1,3 @@ -libraryDependencies += "io.github.classgraph" % "classgraph" % "4.8.189" +libraryDependencies += "io.github.classgraph" % "classgraph" % "4.8.190" Compile / unmanagedSourceDirectories += baseDirectory.value.getParentFile / "smithy4play-sbt-codegen" / "src" / "main" / "scala"