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"))
102
102
103
103
lazy val commonProfile : Project => Project =
104
104
_.enablePlugins(ScalaJSBundlerPlugin , ScalafixPlugin ).settings(
105
- crossScalaVersions := Seq (" 2.12.11 " , " 2.13.3" ),
105
+ crossScalaVersions := Seq (" 2.12.13 " , " 2.13.3" ),
106
106
scalaVersion := crossScalaVersions.value.last,
107
107
description := Settings .description,
108
108
webpackBundlingMode := BundlingMode .LibraryOnly (),
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
4
4
object Dependencies {
5
5
6
6
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 "
9
9
}
10
10
11
11
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)
8
8
9
9
addSbtPlugin(" 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 " )
10
10
11
- addSbtPlugin(" io.github.davidgregory084" % " sbt-tpolecat" % " 0.1.16 " )
11
+ addSbtPlugin(" io.github.davidgregory084" % " sbt-tpolecat" % " 0.1.17 " )
12
12
13
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.24 " )
13
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.26 " )
14
14
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
5
5
scalafixScalaBinaryVersion in ThisBuild := " 2.13"
6
6
7
7
scalafixDependencies in ThisBuild ++= Seq (
8
- " com.github.liancheng" %% " organize-imports" % " 0.4.4 "
8
+ " com.github.liancheng" %% " organize-imports" % " 0.5.0 "
9
9
)
You can’t perform that action at this time.
0 commit comments