-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #204 from http4s/merge-0.25-20230118
Merge 0.25 -> main
- Loading branch information
Showing
6 changed files
with
70 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
# Inherit from series/0.25 | ||
updates.ignore = [ | ||
{ groupId = "org.apache.tomcat" } | ||
{ groupId = "javax.servlet" }, | ||
{ groupId = "org.apache.tomcat" }, | ||
{ groupId = "org.http4s", artifactId = "http4s-dsl" }, | ||
{ groupId = "org.http4s", artifactId = "http4s-scalafix-internal" }, | ||
{ groupId = "org.http4s", artifactId = "sbt-http4s-org" }, | ||
{ groupId = "org.scala-lang", artifactId = "scala3-library" }, | ||
{ groupId = "org.scala-sbt" }, | ||
{ groupId = "org.scalameta", artifactId = "scalafmt-core" } | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version = 3.5.9 | ||
version = 3.6.1 | ||
|
||
style = default | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.6.2 | ||
sbt.version=1.8.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.14.7") | ||
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.14.10") |