Skip to content

Commit

Permalink
upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 22, 2021
1 parent 8bb32bb commit 9c03389
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,8 +1,9 @@
language: scala
dist: trusty
scala:
- 2.13.0
- 2.12.8
- 2.13.7
- 2.12.15
- 3.1.1-RC2
jdk:
- oraclejdk8
sudo: false
Expand Down
8 changes: 4 additions & 4 deletions build.sbt
Expand Up @@ -7,18 +7,18 @@ licenses := Seq(

homepage := Some(new URL("https://github.com/NewMotion/akka-rabbitmq"))

scalaVersion := "2.13.6"
scalaVersion := "2.13.7"

crossScalaVersions := Seq("2.13.6", "2.12.12", "3.1.0")
crossScalaVersions := Seq("2.13.7", "2.12.15", "3.1.1-RC2")

def akka(name: String): ModuleID = "com.typesafe.akka" %% s"akka-$name" % "2.6.+"

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

Format.settings
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.5.5
sbt.version=1.5.8

0 comments on commit 9c03389

Please sign in to comment.