Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-simple to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2023
1 parent d55708a commit 0537ed0
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 @@ -45,7 +45,7 @@ lazy val generator = project
.settings(
libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0",
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.9.2",
libraryDependencies += "org.slf4j" % "slf4j-simple" % "1.7.32"
libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.9"
)

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

0 comments on commit 0537ed0

Please sign in to comment.