Skip to content

Commit

Permalink
Remove Sonatype resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanBrychta committed Oct 2, 2024
1 parent 536656c commit 7b28e61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ object Common {
val settings: Seq[Def.Setting[_]] = Seq(
scalaVersion := "2.12.16",
organization := "weco",
resolvers ++= Seq(
"Wellcome releases" at "https://oss.sonatype.org/content/repositories/snapshots/"
),
scalacOptions ++= Seq(
"-deprecation",
"-unchecked",
Expand Down

0 comments on commit 7b28e61

Please sign in to comment.