File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.5.3" )
2
- addSbtPlugin(( " io.github.alexarchambault.sbt" % " sbt-compatibility" % " 0.0.8" ).exclude( " com.typesafe " , " sbt-mima-plugin " ) )
2
+ addSbtPlugin(" io.github.alexarchambault.sbt" % " sbt-compatibility" % " 0.0.8" )
3
3
addSbtPlugin(" io.github.alexarchambault.sbt" % " sbt-eviction-rules" % " 0.2.0" )
4
- addSbtPlugin(" com.github.alexarchambault.tmp " % " sbt-mima-plugin" % " 0.7.1-SNAPSHOT " )
4
+ addSbtPlugin(" com.typesafe " % " sbt-mima-plugin" % " 0.8.0 " )
5
5
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.3.0" )
6
6
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.0.0" )
7
7
addSbtPlugin(" org.scala-js" % " sbt-jsdependencies" % " 1.0.2" )
8
8
addSbtPlugin(" io.get-coursier" % " sbt-shading" % " 2.0.0" )
9
-
10
- resolvers += Resolver .sonatypeRepo(" snapshots" )
You can’t perform that action at this time.
0 commit comments