Skip to content

Commit

Permalink
Merge pull request #219 from scala-steward-bot/update/unfiltered-filt…
Browse files Browse the repository at this point in the history
…er-0.12.1

Update unfiltered-filter, ... to 0.12.1

[skip ci]
  • Loading branch information
xuwei-k authored Jan 12, 2025
2 parents 85d86d3 + f375dd4 commit 6086f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ lazy val localServer = project.settings(
},
libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-simple" % "2.0.16" % Runtime,
"ws.unfiltered" %% "unfiltered-filter" % "0.12.0",
"ws.unfiltered" %% "unfiltered-jetty" % "0.12.0",
"ws.unfiltered" %% "unfiltered-filter" % "0.12.1",
"ws.unfiltered" %% "unfiltered-jetty" % "0.12.1",
"org.scalatest" %%% "scalatest-freespec" % "3.2.19" % Test,
"com.microsoft.playwright" % "playwright" % "1.49.0" % Test,
)
Expand Down

0 comments on commit 6086f5f

Please sign in to comment.