Skip to content

Commit

Permalink
Merge pull request #237 from disneystreaming/remove-snapshot-dep
Browse files Browse the repository at this point in the history
Bump alloy to 0.3.4
  • Loading branch information
Baccata committed Mar 14, 2024
2 parents 5502e0c + 35d772a commit f7bb4d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion buildDeps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import mill.define._
import mill.scalalib._

object alloy {
val alloyVersion = "0.3.3-1-88e46a-SNAPSHOT"
val alloyVersion = "0.3.4"
val core =
ivy"com.disneystreaming.alloy:alloy-core:$alloyVersion"
val protobuf =
Expand Down
8 changes: 0 additions & 8 deletions buildSetup.sc
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,6 @@ trait BaseScala213Module extends BaseScalaModule with ScalafmtModule {

trait BaseScalaModule extends ScalaModule with BaseModule {

override def repositoriesTask = T.task {
super.repositoriesTask() ++ Seq(
coursier.maven.MavenRepository(
"https://s01.oss.sonatype.org/content/repositories/snapshots/"
)
)
}

override def scalacPluginIvyDeps = T {
val sv = scalaVersion()
val plugins =
Expand Down

0 comments on commit f7bb4d0

Please sign in to comment.