Skip to content

Commit 01b43b7

Browse files
committed
prepare latest Scala 3. use new syntax
1 parent 43fc69f commit 01b43b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/com/github/takezoe/slick/blocking/SlickBlockingAPISpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ abstract class SlickBlockingAPISpecMySQL(mysqlVersion: String)
2929
)
3030

3131
abstract class SlickBlockingAPISpecTestContainer(
32-
override val container: JdbcDatabaseContainer with Container,
32+
override val container: JdbcDatabaseContainer & Container,
3333
profile: BlockingJdbcProfile
3434
) extends SlickBlockingAPISpec(profile)
3535
with ForAllTestContainer {

0 commit comments

Comments
 (0)