Skip to content

Commit

Permalink
Update testcontainers to 0.40.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1kkurat committed Apr 25, 2023
1 parent 3d72c03 commit b9adf17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ import com.evolutiongaming.kafka.flow.cassandra.ConsistencyOverrides
import com.evolutiongaming.kafka.flow.{CassandraSessionStub, CassandraSpec, KafkaKey}
import com.evolutiongaming.skafka.{Partition, TopicPartition}

import scala.concurrent.duration._

class KeySpec extends CassandraSpec {

override def munitTimeout = 2.minutes

test("queries") {
val partition1 = TopicPartition("topic1", Partition.unsafe(1))
val partition2 = TopicPartition("topic1", Partition.unsafe(2))
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ object Dependencies {
}

object Testing {
val munit = "org.scalameta" %% "munit" % "0.7.29"
val munit = "org.scalameta" %% "munit" % "1.0.0-M7"

object Testcontainers {
private val version = "0.40.12"
private val version = "0.40.15"
val munit = "com.dimafeng" %% "testcontainers-scala-munit" % version
val kafka = "com.dimafeng" %% "testcontainers-scala-kafka" % version
val cassandra = "com.dimafeng" %% "testcontainers-scala-cassandra" % version
Expand Down

0 comments on commit b9adf17

Please sign in to comment.