Skip to content

Commit

Permalink
chore(deps): update dependency org.typelevel:simulacrum to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2023
1 parent 3c4a7a8 commit b7fc935
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 @@ -14,7 +14,7 @@ val providedDependencies = Seq(
"net.md-5" % "bungeecord-api" % "1.12-SNAPSHOT",
"net.md-5" % "bungeecord-parent" % "1.12-SNAPSHOT",
// no runtime
"org.typelevel" %% "simulacrum" % "1.0.0"
"org.typelevel" %% "simulacrum" % "1.0.1"
).map(_ % "provided")

val testDependencies = Seq(
Expand Down

0 comments on commit b7fc935

Please sign in to comment.