File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ lazy val bridge = (project in file("utils/bridge"))
102102
103103lazy val commonProfile : Project => Project =
104104 _.enablePlugins(ScalaJSBundlerPlugin , ScalafixPlugin ).settings(
105- crossScalaVersions := Seq (" 2.12.11 " , " 2.13.3" ),
105+ crossScalaVersions := Seq (" 2.12.13 " , " 2.13.3" ),
106106 scalaVersion := crossScalaVersions.value.last,
107107 description := Settings .description,
108108 webpackBundlingMode := BundlingMode .LibraryOnly (),
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
44object Dependencies {
55
66 object Versions {
7- val scalaCssV = " 0.7.0 "
8- val scalaJsReactV = " 1.7.6 "
7+ val scalaCssV = " 0.6.1 "
8+ val scalaJsReactV = " 1.7.7 "
99 }
1010
1111 import Versions ._
Original file line number Diff line number Diff line change 1- sbt.version = 1.4.5
1+ sbt.version = 1.4.9
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
88
99addSbtPlugin(" ch.epfl.scala" % s " sbt-scalajs-bundler ${if (scalaJSVersion.startsWith(" 0.6" )) " -sjs06" else " " }" % s " 0. ${if (scalaJSVersion.startsWith(" 0.6" )) " 18" else " 20" }.0 " )
1010
11- addSbtPlugin(" io.github.davidgregory084" % " sbt-tpolecat" % " 0.1.16 " )
11+ addSbtPlugin(" io.github.davidgregory084" % " sbt-tpolecat" % " 0.1.17 " )
1212
13- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.24 " )
13+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.26 " )
1414
15- addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.5.5 " )
15+ addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.5.6 " )
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ semanticdbVersion in ThisBuild := scalafixSemanticdb.revision
55scalafixScalaBinaryVersion in ThisBuild := " 2.13"
66
77scalafixDependencies in ThisBuild ++= Seq (
8- " com.github.liancheng" %% " organize-imports" % " 0.4.4 "
8+ " com.github.liancheng" %% " organize-imports" % " 0.5.0 "
99)
You can’t perform that action at this time.
0 commit comments