Skip to content

Commit

Permalink
Merge pull request #4 from sideeffffect/promtheus-client-update-fix4
Browse files Browse the repository at this point in the history
  • Loading branch information
Awethon authored Dec 29, 2023
2 parents 16eedc2 + ea57428 commit c74dbba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ lazy val commonSettings = Seq(
"org.typelevel" %% "cats-core" % catsV,
"org.typelevel" %% "cats-effect" % catsEffectV,

"org.typelevel" %%% "munit-cats-effect-3" % munitCatsEffectV % Test
"org.typelevel" %%% "munit-cats-effect-3" % munitCatsEffectV % Test,
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0" % Test
),
libraryDependencies ++= PartialFunction.condOpt(CrossVersion.partialVersion(scalaVersion.value)) { case Some((2, _)) =>
Seq(
Expand Down

0 comments on commit c74dbba

Please sign in to comment.