Skip to content

Commit

Permalink
Merge branch 'main' into update/pureconfig-core-0.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz authored Mar 5, 2024
2 parents d901ff3 + ffb36b4 commit eab41ca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ import scala.language.postfixOps
object ProjectDependencies {

private val catsVersion = "2.10.0"
private val catsEffectVersion = "3.5.2"
private val catsEffectVersion = "3.5.3"
private val circeVersion = "0.14.6"
private val circeGenericExtraVersion = "0.14.3"
private val pureConfigVersion = "0.17.6"
private val fly4sVersion = "0.0.19"
private val fly4sVersion = "1.0.1"
private val munitVersion = "0.7.29"
private val munitEffectVersion = "1.0.7"
private val slf4Version = "2.0.10"
private val slf4Version = "2.0.12"
private val log4catsVersion = "2.6.0"
private val odinVersion = "0.13.0"
private val http4sVersion = "0.23.25"
private val fs2Version = "3.9.3"
private val fs2Version = "3.9.4"
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.8
sbt.version = 1.9.9
14 changes: 7 additions & 7 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import sbt.addSbtPlugin

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
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")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
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.8")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")

0 comments on commit eab41ca

Please sign in to comment.