Skip to content

Commit

Permalink
Merge pull request #641 from mkurz/constant_annotation
Browse files Browse the repository at this point in the history
@deprecated annotation needs to be constant
  • Loading branch information
mergify[bot] committed Jan 5, 2022
2 parents d4ecda8 + 27a7f83 commit eb1043d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ object DatabaseConfigProvider {
*/
@throws(classOf[IllegalArgumentException])
@deprecated(
"Use DatabaseConfigProvider#get[P] or SlickApi#dbConfig[P](\"default\") on injected instances".stripMargin,
"Use DatabaseConfigProvider#get[P] or SlickApi#dbConfig[P](\"default\") on injected instances",
"3.0.0"
)
def get[P <: BasicProfile](implicit app: Application): DatabaseConfig[P] =
Expand Down

0 comments on commit eb1043d

Please sign in to comment.