Skip to content

Commit

Permalink
chore(deps): update dependency org.slf4j:slf4j-simple to v2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 52a59f1 commit be5fedc
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.14"
)

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

0 comments on commit be5fedc

Please sign in to comment.