Skip to content

Commit

Permalink
Enable Scala 3 for Slick
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Mar 28, 2024
1 parent 93e17bd commit 57b697c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ lazy val springWeb = alpakkaProject(

lazy val simpleCodecs = alpakkaProject("simple-codecs", "simplecodecs", Scala3.settings)

lazy val slick = alpakkaProject("slick", "slick", Dependencies.Slick)
lazy val slick = alpakkaProject("slick", "slick", Dependencies.Slick, Scala3.settings)

lazy val eventbridge =
alpakkaProject("aws-event-bridge", "aws.eventbridge", Dependencies.Eventbridge).settings(Scala3.settings)
Expand Down

0 comments on commit 57b697c

Please sign in to comment.