Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
Changelog:
- Bump build and test deps (scala, sbt, etc)
- Bump testcontainers-warp10 version to 1.0.7
  • Loading branch information
judu committed Dec 19, 2024
1 parent 3359c3c commit 4b53aea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lazy val testContainersScalaVersion = "0.41.0"
lazy val testContainersWarp10Version = "1.0.6"
lazy val akkaVersion = "2.8.0"
lazy val testContainersScalaVersion = "0.41.5"
lazy val testContainersWarp10Version = "1.0.7"
lazy val akkaVersion = "2.8.8"

ThisBuild / semanticdbVersion := "4.8.14"

Expand All @@ -9,9 +9,9 @@ credentials += Credentials("GnuPG Key ID", "gpg", "B11C53C05D413713BDD3660FA7B8F
lazy val root = (project in file(".")).
settings(
organization := "com.clever-cloud",
scalaVersion := "2.13.11",
version := "2.1.0",
crossScalaVersions := Seq(scalaVersion.value, "3.3.1"),
scalaVersion := "2.13.15",
version := "2.1.1",
crossScalaVersions := Seq(scalaVersion.value, "3.3.4", "3.6.2"),
name := "testcontainers-scala-warp10",
licenses := List("MIT" -> new URL("https://mit-license.org/")),
homepage := Some(url("https://github.com/CleverCloud/testcontainers-scala-warp10")),
Expand Down Expand Up @@ -51,5 +51,5 @@ lazy val root = (project in file(".")).
Developer("judu", "Julien Durillon", "julien.durillon@clever-cloud.com", url("https://github.com/judu"))
),
Test / fork := true,
usePgpKeyHex("B11C53C05D413713BDD3660FA7B8F38C536F1DF2"),
usePgpKeyHex("A7B8F38C536F1DF2"),
)
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.3
sbt.version=1.10.6
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")

0 comments on commit 4b53aea

Please sign in to comment.