File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ThisBuild / scalacOptions ++= {
1010
1111ThisBuild / semanticdbEnabled := true
1212
13- ThisBuild / semanticdbVersion := " 4.4.35 "
13+ ThisBuild / semanticdbVersion := " 4.5.9 "
1414
1515ThisBuild / scalafixScalaBinaryVersion := " 2.13"
1616
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ libraryDependencies ++= Seq(
22 " org.scala-js" %% " scalajs-env-jsdom-nodejs" % " 1.1.0" ,
33 " org.scala-js" %% " scalajs-env-selenium" % " 1.1.1" )
44
5- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.10.0 " )
5+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.10.1 " )
66addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.10" )
77addSbtPlugin(" org.scala-js" % " sbt-jsdependencies" % " 1.0.2" )
88addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.10.0" )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ThisBuild / scalacOptions ++= {
88ThisBuild / semanticdbEnabled := true
99
1010// NOTE: Upgrade downstream-tests/scalafix.sbt too!
11- ThisBuild / semanticdbVersion := " 4.5.5 "
11+ ThisBuild / semanticdbVersion := " 4.5.9 "
1212
1313ThisBuild / scalafixScalaBinaryVersion := " 2.13"
1414
You can’t perform that action at this time.
0 commit comments