We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fc69f commit 01b43b7Copy full SHA for 01b43b7
src/test/scala/com/github/takezoe/slick/blocking/SlickBlockingAPISpec.scala
@@ -29,7 +29,7 @@ abstract class SlickBlockingAPISpecMySQL(mysqlVersion: String)
29
)
30
31
abstract class SlickBlockingAPISpecTestContainer(
32
- override val container: JdbcDatabaseContainer with Container,
+ override val container: JdbcDatabaseContainer & Container,
33
profile: BlockingJdbcProfile
34
) extends SlickBlockingAPISpec(profile)
35
with ForAllTestContainer {
0 commit comments