Skip to content

Commit

Permalink
Merge pull request #101 from http4s/pin-to-scala-3.3
Browse files Browse the repository at this point in the history
Pin to Scala 3.3.x
  • Loading branch information
rossabaker authored Jul 5, 2023
2 parents 92ce4de + 4a48906 commit 4c03547
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
updates.pin = [
{ groupId = "org.http4s", artifactId = "http4s-core", version = "0.23." },
{ groupId = "org.http4s", artifactId = "http4s-laws", version = "0.23." }
{ groupId = "org.http4s", artifactId = "http4s-laws", version = "0.23." },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
]

updates.ignore = [
# Inherit from series/0.23
{ groupId = "org.http4s", artifactId = "sbt-http4s-org" },
{ groupId = "org.scala-lang", artifactId = "scala3-library" }
{ groupId = "org.http4s", artifactId = "sbt-http4s-org" }
]

0 comments on commit 4c03547

Please sign in to comment.