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 @@ -1085,7 +1085,7 @@ object Build {
1085
1085
previousArtifactSetting,
1086
1086
mimaBinaryIssueFilters ++= BinaryIncompatibilities .SbtPlugin ,
1087
1087
1088
- addSbtPlugin(" org.portable-scala" % " sbt-platform-deps" % " 1.0.0 " ),
1088
+ addSbtPlugin(" org.portable-scala" % " sbt-platform-deps" % " 1.0.1 " ),
1089
1089
libraryDependencies += " org.scala-js" %% " scalajs-js-envs" % " 1.1.1" ,
1090
1090
libraryDependencies += " org.scala-js" %% " scalajs-env-nodejs" % " 1.1.1" ,
1091
1091
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.0 " )
7
+ addSbtPlugin(" org.portable-scala" % " sbt-platform-deps" % " 1.0.1 " )
8
8
9
9
libraryDependencies += " com.google.jimfs" % " jimfs" % " 1.1"
10
10
You can’t perform that action at this time.
0 commit comments