Skip to content

Commit

Permalink
chore(deps): update dependency com.lihaoyi:os-lib to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 18, 2024
1 parent dc9915c commit bcab30a
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 @@ -48,7 +48,7 @@ lazy val generator = project
.enablePlugins(SbtTwirl)
.settings(
libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0",
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.10.0",
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.10.1",
libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.13"
)

Expand Down

0 comments on commit bcab30a

Please sign in to comment.