Skip to content

Commit

Permalink
Update header geeration to fix the CI (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored Jan 21, 2021
1 parent f22030c commit 63bcd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ lazy val bintraySettings =

lazy val commonSettings = bintraySettings ++ Seq(
organization := "com.lightbend.cloudflow",
headerLicense := Some(HeaderLicense.ALv2("(C) 2016-2020", "Lightbend Inc. <https://www.lightbend.com>")),
headerLicense := Some(HeaderLicense.ALv2("(C) 2016-2021", "Lightbend Inc. <https://www.lightbend.com>")),
scalaVersion := Version.Scala212,
autoAPIMappings := true,
useGpgAgent := false,
Expand Down

0 comments on commit 63bcd52

Please sign in to comment.