Skip to content

Commit 4b53aea

Browse files
committed
Release 2.1.1
Changelog: - Bump build and test deps (scala, sbt, etc) - Bump testcontainers-warp10 version to 1.0.7
1 parent 3359c3c commit 4b53aea

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build.sbt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
lazy val testContainersScalaVersion = "0.41.0"
2-
lazy val testContainersWarp10Version = "1.0.6"
3-
lazy val akkaVersion = "2.8.0"
1+
lazy val testContainersScalaVersion = "0.41.5"
2+
lazy val testContainersWarp10Version = "1.0.7"
3+
lazy val akkaVersion = "2.8.8"
44

55
ThisBuild / semanticdbVersion := "4.8.14"
66

@@ -9,9 +9,9 @@ credentials += Credentials("GnuPG Key ID", "gpg", "B11C53C05D413713BDD3660FA7B8F
99
lazy val root = (project in file(".")).
1010
settings(
1111
organization := "com.clever-cloud",
12-
scalaVersion := "2.13.11",
13-
version := "2.1.0",
14-
crossScalaVersions := Seq(scalaVersion.value, "3.3.1"),
12+
scalaVersion := "2.13.15",
13+
version := "2.1.1",
14+
crossScalaVersions := Seq(scalaVersion.value, "3.3.4", "3.6.2"),
1515
name := "testcontainers-scala-warp10",
1616
licenses := List("MIT" -> new URL("https://mit-license.org/")),
1717
homepage := Some(url("https://github.com/CleverCloud/testcontainers-scala-warp10")),
@@ -51,5 +51,5 @@ lazy val root = (project in file(".")).
5151
Developer("judu", "Julien Durillon", "julien.durillon@clever-cloud.com", url("https://github.com/judu"))
5252
),
5353
Test / fork := true,
54-
usePgpKeyHex("B11C53C05D413713BDD3660FA7B8F38C536F1DF2"),
54+
usePgpKeyHex("A7B8F38C536F1DF2"),
5555
)

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.3
1+
sbt.version=1.10.6

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
1+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
22
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15")
33
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")

0 commit comments

Comments
 (0)