Skip to content

Commit

Permalink
Update everything
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Jan 31, 2024
1 parent a26c055 commit 6f6f167
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ ThisBuild / mergifyStewardConfig := Some(
ThisBuild / mergifyRequiredJobs += "site"
ThisBuild / mergifyLabelPaths += "docs" -> file("docs")

val catsV = "2.9.0"
val catsV = "2.10.0"
val catsEffectV = "3.5.3"
val fs2V = "3.7.0"
val scodecV = "1.1.37"
val http4sV = "0.23.19"
val fs2V = "3.9.4"
val scodecV = "1.1.38"
val http4sV = "0.23.25"
val reactiveStreamsV = "1.0.4"
val vaultV = "3.5.0"
val caseInsensitiveV = "1.4.0"

val munitV = "1.0.0-M7"
val munitCatsEffectV = "2.0.0-M3"
val munitV = "1.0.0-M10"
val munitCatsEffectV = "2.0.0-M4"

val emberServer = Seq(
"org.http4s" %% "http4s-ember-server" % http4sV,
Expand All @@ -68,8 +68,8 @@ val coreDeps = Seq(
"org.typelevel" %% "munit-cats-effect" % munitCatsEffectV
)).map(_ % Test)

val scala213 = "2.13.10"
ThisBuild / crossScalaVersions := Seq("2.12.17", scala213, "3.2.2")
val scala213 = "2.13.12"
ThisBuild / crossScalaVersions := Seq("2.12.18", scala213, "3.3.1")
ThisBuild / scalaVersion := scala213
ThisBuild / tlBaseVersion := "0.9"
ThisBuild / startYear := Some(2019)
Expand All @@ -88,20 +88,20 @@ lazy val docsSettings =
Seq(
tlSiteApiModule := Some((core / projectID).value),
tlSiteApiPackage := Some("org.http4s.jdkhttpclient"),
tlSiteHeliumConfig ~= {
import laika.rewrite._
_.site.versions(
Versions(
currentVersion = Version("0.9.x", "0.9"),
olderVersions = Seq(
tlSiteHelium := {
import laika.ast._
import laika.config._
tlSiteHelium.value.site.versions(
Versions
.forCurrentVersion(Version("0.9.x", "0.9"))
.withOlderVersions(
Version("0.8.x", "0.8"),
Version("0.7.x", "0.7"),
Version("0.6.x", "0.6.0-M7"),
Version("0.5.x", "0.5.0"),
Version("0.4.x", "0.4.0")
),
renderUnversioned = false
)
)
.withRenderUnversioned(false)
)
},
mdocVariables ++= Map(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.3
sbt.version=1.9.8
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.14.12")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.4.21")
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.16.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.5")

0 comments on commit 6f6f167

Please sign in to comment.