Skip to content

Commit

Permalink
more headers (and sbt 1.9.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 5, 2023
1 parent aee1557 commit beffb0c
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 6 deletions.
9 changes: 9 additions & 0 deletions integration-test/aws-api-ec2/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
/*
* 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, which was derived from Akka.
*/

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")
2 changes: 1 addition & 1 deletion integration-test/dns-api-mesos/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.16
sbt.version=1.9.3
9 changes: 9 additions & 0 deletions integration-test/dns-api-mesos/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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, which was derived from Akka.
*/

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0")
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.0
sbt.version=1.9.3
2 changes: 1 addition & 1 deletion integration-test/kubernetes-api/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.0
sbt.version=1.9.3
2 changes: 1 addition & 1 deletion integration-test/kubernetes-dns/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.0
sbt.version=1.9.3
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.16
sbt.version=1.9.3
9 changes: 9 additions & 0 deletions integration-test/marathon-api-docker/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
/*
* 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, which was derived from Akka.
*/

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")
2 changes: 1 addition & 1 deletion integration-test/marathon-api/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.16
sbt.version=1.9.3
9 changes: 9 additions & 0 deletions integration-test/marathon-api/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
/*
* 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, which was derived from Akka.
*/

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")

0 comments on commit beffb0c

Please sign in to comment.