add license header to sbt files (#359)
* add license header to sbt files * Update plugins.sbt
This commit is contained in:
parent
037da28382
commit
bbb3be1b1e
3 changed files with 21 additions and 2 deletions
|
|
@ -1,3 +1,12 @@
|
|||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* license agreements; and to You under the Apache License, version 2.0:
|
||||
*
|
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* This file is part of the Apache Pekko project, derived from Akka.
|
||||
*/
|
||||
|
||||
import org.apache.pekko._
|
||||
|
||||
ThisBuild / scalafixScalaBinaryVersion := scalaBinaryVersion.value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue