File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ lazy val sharedSettings = Seq(
6565 scalacOptions ++= commonScalacOptions.value,
6666 (scalacOptions in Test ) ~= (_.filterNot(_ == " -Xfatal-warnings" )),
6767 libraryDependencies ++= Seq (
68- " org.scalatest" %%% " scalatest" % " 3.0.8 " % Test
68+ " org.scalatest" %%% " scalatest" % " 3.1.0 " % Test
6969 )
7070)
7171
Original file line number Diff line number Diff line change 1- sbt.version =1.3.2
1+ sbt.version =1.3.5
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.29 " )
1+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.31 " )
22addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6.1" )
33addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.8.1" )
4- addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.11 " )
4+ addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.12 " )
55addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.0.0" )
66addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.8" )
You can’t perform that action at this time.
0 commit comments