File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- sbt.version =1.13.0
1+ sbt.version =2.0.7
22//2.0.4
33//9
44//1.12.2
Original file line number Diff line number Diff line change 11// Not working with sbt 2
22// addDependencyTreePlugin
3- addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.11.0" ) // No longer needed in sbt 2.x
3+ // addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0") //No longer needed in sbt 2.x
44// addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") //Not working with sbt 2.x
55// addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2") //Not working with sbt 2.x. PR is open
66// addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.10") //Not working with sbt 2.x. PR has landed.
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.1.0-RC2" )
22// 0.1.0-SNAPSHOT")
33excludeDependencies ++= Seq (
4- ExclusionRule (" com.thesamet.scalapb" , " protoc-bridge_3 " ),
4+ ExclusionRule (" com.thesamet.scalapb" , " protoc-bridge_2.12 " ),
55 ExclusionRule (" com.thesamet.scalapb" , " protoc-bridge_2.13" ),
66 ExclusionRule (" org.scala-lang.modules" , " scala-collection-compat_3" ),
77 ExclusionRule (" org.scala-lang.modules" , " scala-collection-compat_2.13" )
You can’t perform that action at this time.
0 commit comments