Skip to content

Commit 566cd14

Browse files
authored
build: Remove typesafeIvyRepo (#600)
1 parent 6426117 commit 566cd14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

project/Common.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ object Common extends AutoPlugin {
3636
override def projectSettings = AutomateHeaderPlugin.projectSettings ++ Seq(
3737
scalacOptions ++= Seq("-encoding", "UTF-8", "-unchecked", "-deprecation", "-feature"),
3838
javacOptions ++= Seq("-encoding", "UTF-8"),
39-
resolvers += Resolver.typesafeIvyRepo("releases"),
4039
sonatypeProfileName := "com.lightbend",
4140
// Header settings
4241
HeaderPlugin.autoImport.headerMappings := Map(

0 commit comments

Comments
 (0)