Skip to content

Commit

Permalink
prepare latest Scala 3. use new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Aug 31, 2024
1 parent 43fc69f commit 01b43b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ abstract class SlickBlockingAPISpecMySQL(mysqlVersion: String)
)

abstract class SlickBlockingAPISpecTestContainer(
override val container: JdbcDatabaseContainer with Container,
override val container: JdbcDatabaseContainer & Container,
profile: BlockingJdbcProfile
) extends SlickBlockingAPISpec(profile)
with ForAllTestContainer {
Expand Down

0 comments on commit 01b43b7

Please sign in to comment.