File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ object Build {
5555 .configure(commonSettings, crossScala, preventPublication)
5656 .settings(
5757 libraryDependencies += Dep .scalafixCore.value,
58+ allowUnsafeScalaLibUpgrade := true ,
5859 )
5960
6061 lazy val testsShared = project
Original file line number Diff line number Diff line change 1- sbt.version =1.9.9
1+ sbt.version =1.11.3
Original file line number Diff line number Diff line change 11libraryDependencies += " org.scala-js" %% " scalajs-env-jsdom-nodejs" % " 1.1.0"
22libraryDependencies += " org.scala-js" %% " scalajs-env-selenium" % " 1.1.1"
33
4- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.10.4" )
5- addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.0" )
6- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12 " )
7- addSbtPlugin(" com.lihaoyi" % " scalatex-sbt-plugin" % " 0.3.11" )
8- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.7.1" )
9- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
4+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.10.4" )
5+ addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.0" )
6+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1 " )
7+ addSbtPlugin(" com.lihaoyi" % " scalatex-sbt-plugin" % " 0.3.11" )
8+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.7.1" )
9+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
You can’t perform that action at this time.
0 commit comments