-
Notifications
You must be signed in to change notification settings - Fork 6
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 #152 from http4s/merge-0.25-20230104
Merge 0.25 -> 1.0; update to http4s-1.0.0-M38
- Loading branch information
Showing
14 changed files
with
138 additions
and
114 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,9 +1,14 @@ | ||
updates.pin = [ | ||
# Servlet 6 will happen on another release series | ||
{ groupId = "javax.servlet", version = "5." } | ||
{ groupId = "jakarta.servlet", version = "5." } | ||
] | ||
|
||
updates.ignore = [ | ||
# Inherit from series/0.23 | ||
{ groupId = "org.http4s", artifactId = "sbt-http4s-org" } | ||
# Inherit from series/0.24 | ||
{ groupId = "org.http4s", artifactId = "http4s-dsl" }, | ||
{ groupId = "org.http4s", artifactId = "http4s-server" }, | ||
{ 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", artifactId = "sbt" } | ||
] |
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.8 | ||
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.1 |
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,2 +1,2 @@ | ||
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.2.4") | ||
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.14.3") | ||
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.14.9") |
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
Oops, something went wrong.