Skip to content

Commit

Permalink
prep v2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jan 14, 2022
1 parent 857d505 commit 72ff2a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -23,7 +23,7 @@ val commonSettings = Seq(
"com.typesafe" % "config" % "1.4.1",
"com.newmotion" %% "akka-rabbitmq" % "6.0.0",
"com.rabbitmq" % "amqp-client" % "5.14.0",
"org.slf4j" % "slf4j-api" % "1.7.32",
"org.slf4j" % "slf4j-api" % "1.7.33",
"com.spingo" %% "scoped-fixtures" % "2.0.0" % Test,
"ch.qos.logback" % "logback-classic" % "1.2.10" % Test,
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/version.properties
@@ -1 +1 @@
version=2.6.4-SNAPSHOT
version=2.6.4

0 comments on commit 72ff2a0

Please sign in to comment.