Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Nov 4, 2024
1 parent cf0520b commit ac4bd3f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ import sbt._
object Dependencies {

object Version {
val cats = "2.10.0"
val catsEffect = "3.5.5"
val fs2 = "3.11.0"
val circe = "0.14.10"
val amqpClient = "5.22.0"
val logback = "1.5.12"
val monix = "3.3.0"
val zio = "1.0.18"
val zioCats = "3.2.9.1"
val scodec = "1.2.0"
val dropwizard = "4.2.25"
val kindProjector = "0.13.3"
val cats = "2.10.0"
val catsEffect = "3.5.5"
val fs2 = "3.11.0"
val circe = "0.14.10"
val amqpClient = "5.22.0"
val logback = "1.5.12"
val monix = "3.3.0"
val zio = "1.0.18"
val zioCats = "3.2.9.1"
val scodec = "1.2.0"
val dropwizard = "4.2.25"
val kindProjector = "0.13.3"
val scalaTest = "3.2.19"
val scalaCheck = "1.18.1"
val scalaTestPlusScalaCheck = "3.2.14.0"
Expand All @@ -24,10 +24,10 @@ object Dependencies {
object Libraries {
def circe(artifact: String): ModuleID = "io.circe" %% artifact % Version.circe

lazy val amqpClient = "com.rabbitmq" % "amqp-client" % Version.amqpClient
lazy val catsEffect = "org.typelevel" %% "cats-effect" % Version.catsEffect
lazy val fs2Core = "co.fs2" %% "fs2-core" % Version.fs2
lazy val scodecCats = "org.scodec" %% "scodec-cats" % Version.scodec
lazy val amqpClient = "com.rabbitmq" % "amqp-client" % Version.amqpClient
lazy val catsEffect = "org.typelevel" %% "cats-effect" % Version.catsEffect
lazy val fs2Core = "co.fs2" %% "fs2-core" % Version.fs2
lazy val scodecCats = "org.scodec" %% "scodec-cats" % Version.scodec

// Compiler
lazy val kindProjector = "org.typelevel" % "kind-projector" % Version.kindProjector cross CrossVersion.full
Expand Down

0 comments on commit ac4bd3f

Please sign in to comment.