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
55ThisBuild / semanticdbVersion := " 4.8.14"
66
@@ -9,9 +9,9 @@ credentials += Credentials("GnuPG Key ID", "gpg", "B11C53C05D413713BDD3660FA7B8F
99lazy 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 )
0 commit comments