Skip to content

Commit

Permalink
chore(deps): update dependency org.slf4j:slf4j-simple to v2.0.15 (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 013b58a commit 8af95a7
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 @@ -49,7 +49,7 @@ lazy val generator = project
.settings(
libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0",
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.10.3",
libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.13"
libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.15"
)

val dev = sys.env.get("DEV").getOrElse("demo")
Expand Down

0 comments on commit 8af95a7

Please sign in to comment.