Skip to content

Commit

Permalink
Merge branch 'main' into update/testcontainers-scala-cassandra-0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Yuferov committed Oct 16, 2023
2 parents 1b8bf4f + 7ae1653 commit 8f2cf6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
@@ -1,4 +1,4 @@
version = "2.7.5"
version = "3.7.14"
maxColumn = 120
align = most
continuationIndent.defnSite = 2
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -27,15 +27,15 @@ lazy val root = (project in file("."))
Defaults.itSettings,
IntegrationTest / fork := true,
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.5.1",
"org.typelevel" %% "cats-effect" % "3.5.2",
"co.fs2" %% "fs2-core" % "3.9.2",
"com.datastax.oss" % "java-driver-core" % "4.17.0",
"com.chuusai" %% "shapeless" % "2.3.10"
) ++ Seq(
"com.disneystreaming" %% "weaver-cats" % "0.8.3" % "it,test",
"org.testcontainers" % "testcontainers" % "1.18.3" % "it",
"org.testcontainers" % "testcontainers" % "1.19.1" % "it",
"com.dimafeng" %% "testcontainers-scala-cassandra" % "0.41.0" % "it",
"ch.qos.logback" % "logback-classic" % "1.4.11" % "it,test"
"ch.qos.logback" % "logback-classic" % "1.4.11" % "it,test"
) ++ (scalaBinaryVersion.value match {
case v if v.startsWith("2.13") =>
Seq.empty
Expand Down

0 comments on commit 8f2cf6f

Please sign in to comment.