Skip to content

Commit

Permalink
Merge branch 'main' into update/http4s-dsl-0.23.24
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz authored Jan 2, 2024
2 parents f0850c3 + bc70f29 commit ef2c117
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object ProjectDependencies {
private val log4catsVersion = "2.6.0"
private val odinVersion = "0.13.0"
private val http4sVersion = "0.23.24"
private val fs2Version = "3.9.2"
private val fs2Version = "3.9.3"
private val scalacheck = "1.17.0"

lazy val common: Seq[ModuleID] = Seq(
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.9.7
sbt.version = 1.9.8
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import sbt.addSbtPlugin
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
//addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.7")

0 comments on commit ef2c117

Please sign in to comment.