Skip to content

Bump dependencies #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ object Deps {
def jupyterScalaApi = "org.jupyter-scala" % "scala-api" % jupyterScalaVersion cross CrossVersion.full
def rhino = "org.mozilla" % "rhino" % "1.7.7.1"
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.2")
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.13" % "1.1.4")
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "0.9.1")
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.6.2")
def scalaTest = "org.scalatest" %% "scalatest" % "3.0.1"
def utest = setting("com.lihaoyi" %%% "utest" % "0.4.4")
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.13" % "1.1.7")
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "0.9.3")
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.6.7")
def scalaTest = "org.scalatest" %% "scalatest" % "3.0.4"
def utest = setting("com.lihaoyi" %%% "utest" % "0.5.4")

}
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.15
sbt.version=0.13.16
11 changes: 6 additions & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.15")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.13")
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.20")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18")
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.1")

addSbtCoursier
2 changes: 1 addition & 1 deletion project/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC1")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC12")