Skip to content

Commit

Permalink
Upd build
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris V.Kuznetsov committed Jan 4, 2020
1 parent 8450022 commit b994445
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val awsVersion = "2.10.42"
// Projects
// *****************************************************************************

lazy val `aws-zio-s3` =
lazy val root =
project
.in(file("."))
.enablePlugins(AutomateHeaderPlugin)
Expand Down Expand Up @@ -42,6 +42,7 @@ lazy val settings =
lazy val commonSettings =
Seq(
// scalaVersion is taken from .travis.yml via sbt-travisci
name := "zio-aws-s3",
organization := "com.neurodyne",
organizationName := "Neurodyne Systems",
startYear := Some(2019),
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/AwsLink.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Boris V.Kuznetsov
* Copyright 2019 Neurodyne Systems
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/GenericLink.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Boris V.Kuznetsov
* Copyright 2019 Neurodyne Systems
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/BaseSpec.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Boris V.Kuznetsov
* Copyright 2019 Neurodyne Systems
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit b994445

Please sign in to comment.