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 {
55
55
.configure(commonSettings, crossScala, preventPublication)
56
56
.settings(
57
57
libraryDependencies += Dep .scalafixCore.value,
58
+ allowUnsafeScalaLibUpgrade := true ,
58
59
)
59
60
60
61
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 1
1
libraryDependencies += " org.scala-js" %% " scalajs-env-jsdom-nodejs" % " 1.1.0"
2
2
libraryDependencies += " org.scala-js" %% " scalajs-env-selenium" % " 1.1.1"
3
3
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