File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1200,7 +1200,7 @@ object Build {
1200
1200
previousArtifactSetting,
1201
1201
mimaBinaryIssueFilters ++= BinaryIncompatibilities .SbtPlugin ,
1202
1202
1203
- addSbtPlugin(" org.portable-scala" % " sbt-platform-deps" % " 1.0.1 " ),
1203
+ addSbtPlugin(" org.portable-scala" % " sbt-platform-deps" % " 1.0.2 " ),
1204
1204
libraryDependencies += " org.scala-js" %% " scalajs-js-envs" % " 1.4.0" ,
1205
1205
libraryDependencies += " org.scala-js" %% " scalajs-env-nodejs" % " 1.4.0" ,
1206
1206
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
4
4
5
5
addSbtPlugin(" org.scalastyle" % " scalastyle-sbt-plugin" % " 1.0.0" )
6
6
7
- addSbtPlugin(" org.portable-scala" % " sbt-platform-deps" % " 1.0.1 " )
7
+ addSbtPlugin(" org.portable-scala" % " sbt-platform-deps" % " 1.0.2 " )
8
8
9
9
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.11.0" )
10
10
You can’t perform that action at this time.
0 commit comments