File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ Available for scala 2.13 and 3.
99### sbt
1010
1111```
12- libraryDependencies += "com.clever-cloud" % "testcontainers-scala-warp10" %% "2.1.3 "
12+ libraryDependencies += "com.clever-cloud" % "testcontainers-scala-warp10" %% "2.1.4 "
1313```
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
1010lazy val root = (project in file(" ." )).settings(
1111 organization := " com.clever-cloud" ,
1212 scalaVersion := " 2.13.16" ,
13- version := " 2.1.3. 4" ,
13+ version := " 2.1.4" ,
1414 crossScalaVersions := Seq (scalaVersion.value, " 3.6.4" ),
1515 name := " testcontainers-scala-warp10" ,
1616 licenses := List (" MIT" -> new URI (" https://mit-license.org/" ).toURL()),
You can’t perform that action at this time.
0 commit comments