Skip to content

Commit

Permalink
Bump alloy to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Baccata committed Mar 14, 2024
1 parent 5502e0c commit 35d772a
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 35d772a

Please sign in to comment.