Skip to content

Commit

Permalink
bugfix: Revert undertow bump since it's now published with Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Oct 20, 2022
1 parent 3bdf8c8 commit 42fcf08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ pullRequests.frequency = "@monthly"
updates.ignore = [
{ groupId = "org.scala-js" }
{ groupId = "ch.epfl.scala", artifactId = "sbt-scalajs-bundler" }
// https://github.com/undertow-io/undertow/pull/1310/commits/4521635d2f1d2eece5d6681d1e00be32bac95d0c
{ groupId = "io.undertow" }
]
updates.pin = [
{ groupId = "org.scala-lang", artifactId="scala3-compiler", version = "3.1." },
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ lazy val mdoc = project
"com.googlecode.java-diff-utils" % "diffutils" % "1.3.0",
"io.methvin" % "directory-watcher" % "0.16.1",
// live reload
"io.undertow" % "undertow-core" % "2.3.0.Final",
"io.undertow" % "undertow-core" % "2.2.20.Final",
"org.jboss.xnio" % "xnio-nio" % "3.8.8.Final",
"org.slf4j" % "slf4j-api" % "2.0.3",
"com.geirsson" %% "metaconfig-typesafe-config" % V.metaconfig,
Expand Down

0 comments on commit 42fcf08

Please sign in to comment.