Skip to content

Commit

Permalink
Remove typesafeIvyRepo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jan 30, 2024
1 parent 6426117 commit ee6f3a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ object Common extends AutoPlugin {
override def projectSettings = AutomateHeaderPlugin.projectSettings ++ Seq(
scalacOptions ++= Seq("-encoding", "UTF-8", "-unchecked", "-deprecation", "-feature"),
javacOptions ++= Seq("-encoding", "UTF-8"),
resolvers += Resolver.typesafeIvyRepo("releases"),
sonatypeProfileName := "com.lightbend",
// Header settings
HeaderPlugin.autoImport.headerMappings := Map(
Expand Down

0 comments on commit ee6f3a5

Please sign in to comment.