Skip to content

Commit f4a50c8

Browse files
committed
remove snapshots repo
1 parent 12982dc commit f4a50c8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,7 @@ lazy val commonSettings = Seq(
109109
},
110110
javaOptions ++= Seq("-Dfile.encoding=UTF8"),
111111
autoAPIMappings := true,
112-
Compile / doc / sources := { if (isDotty.value) Seq() else (Compile / doc / sources).value },
113-
resolvers += "Sonatype OSS Snapshots".at( // TODO: remove
114-
"https://oss.sonatype.org/content/repositories/snapshots"
115-
)
112+
Compile / doc / sources := { if (isDotty.value) Seq() else (Compile / doc / sources).value }
116113
)
117114

118115
/**

0 commit comments

Comments
 (0)