Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Feb 15, 2022
1 parent b7ef64f commit 44c80d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -14,11 +14,11 @@ ThisBuild / crossScalaVersions := Seq("2.13.8", "2.12.15", "3.1.1")
def akka(name: String): ModuleID = "com.typesafe.akka" %% s"akka-$name" % "2.6.+"

libraryDependencies ++= Seq(
"com.rabbitmq" % "amqp-client" % "5.14.0",
"com.rabbitmq" % "amqp-client" % "5.14.2",
akka("actor") % "provided",
akka("testkit") % "test",
"com.typesafe" % "config" % "1.4.1" % Test,
("org.specs2" %% "specs2-mock" % "4.13.1" % Test).cross(CrossVersion.for3Use2_13)
"com.typesafe" % "config" % "1.4.2" % Test,
("org.specs2" %% "specs2-mock" % "4.13.3" % Test).cross(CrossVersion.for3Use2_13)
)

val scalaReleaseVersion = SettingKey[Int]("scalaReleaseVersion")
Expand Down

0 comments on commit 44c80d5

Please sign in to comment.