We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6426117 commit 566cd14Copy full SHA for 566cd14
project/Common.scala
@@ -36,7 +36,6 @@ object Common extends AutoPlugin {
36
override def projectSettings = AutomateHeaderPlugin.projectSettings ++ Seq(
37
scalacOptions ++= Seq("-encoding", "UTF-8", "-unchecked", "-deprecation", "-feature"),
38
javacOptions ++= Seq("-encoding", "UTF-8"),
39
- resolvers += Resolver.typesafeIvyRepo("releases"),
40
sonatypeProfileName := "com.lightbend",
41
// Header settings
42
HeaderPlugin.autoImport.headerMappings := Map(
0 commit comments