Skip to content

Commit 52597bc

Browse files
authored
Merge pull request #24 from CleverCloud/feat/tag-new-version
Update version to 2.1.4
2 parents 8f64c09 + a3ce51b commit 52597bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
1010
lazy 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()),

0 commit comments

Comments
 (0)