Skip to content

Commit

Permalink
Merge pull request #113 from danicheg/clean-up
Browse files Browse the repository at this point in the history
Remove snapshots resolver in build.sbt
  • Loading branch information
danicheg committed May 6, 2024
2 parents a280388 + 9095d4d commit 65ff484
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ val http4sV = "0.23.27"
val munitCatsEffectV = "2.0.0-M5"
import scalapb.compiler.Version.scalapbVersion

ThisBuild / resolvers ++=
Resolver.sonatypeOssRepos("snapshots")

// Projects
lazy val `http4s-grpc` = tlCrossRootProject
.aggregate(core, codeGenerator, codeGeneratorTesting, codeGeneratorPlugin)
Expand Down

0 comments on commit 65ff484

Please sign in to comment.