Skip to content

Commit

Permalink
Build: Update dependencies
Browse files Browse the repository at this point in the history
This only updates the dependencies of the sbt build since Bloop is
incompatible with Scala.js 0.6.29.

See also scalacenter/bloop#1062
  • Loading branch information
tindzk committed Oct 11, 2019
1 parent d0d988d commit 8ac2162
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}

val Scala2_11 = "2.11.12"
val Scala2_12 = "2.12.8"
val Scala2_13 = "2.13.0"
val Scala2_12 = "2.12.10"
val Scala2_13 = "2.13.1"
val FastParse = "1.0.1"
val Shapeless = "2.3.3"
val ScalaCheck = "1.14.0"
val ScalaCheck = "1.14.2"
val ScalaTest = "3.0.8"
val ScalaTestNative = "3.2.0-SNAP10"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ logLevel := Level.Warn

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "0.6.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.28")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.29")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.9")

0 comments on commit 8ac2162

Please sign in to comment.