File tree Expand file tree Collapse file tree 4 files changed +14
-13
lines changed Expand file tree Collapse file tree 4 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ object Deps {
19
19
def jupyterScalaApi = " org.jupyter-scala" % " scala-api" % jupyterScalaVersion cross CrossVersion .full
20
20
def rhino = " org.mozilla" % " rhino" % " 1.7.7.1"
21
21
def shapeless = setting(" com.chuusai" %%% " shapeless" % " 2.3.2" )
22
- def scalacheckShapeless = setting(" com.github.alexarchambault" %%% " scalacheck-shapeless_1.13" % " 1.1.4 " )
23
- def scalajsDom = setting(" org.scala-js" %%% " scalajs-dom" % " 0.9.1 " )
24
- def scalatags = setting(" com.lihaoyi" %%% " scalatags" % " 0.6.2 " )
25
- def scalaTest = " org.scalatest" %% " scalatest" % " 3.0.1 "
26
- def utest = setting(" com.lihaoyi" %%% " utest" % " 0.4 .4" )
22
+ def scalacheckShapeless = setting(" com.github.alexarchambault" %%% " scalacheck-shapeless_1.13" % " 1.1.7 " )
23
+ def scalajsDom = setting(" org.scala-js" %%% " scalajs-dom" % " 0.9.3 " )
24
+ def scalatags = setting(" com.lihaoyi" %%% " scalatags" % " 0.6.7 " )
25
+ def scalaTest = " org.scalatest" %% " scalatest" % " 3.0.4 "
26
+ def utest = setting(" com.lihaoyi" %%% " utest" % " 0.5 .4" )
27
27
28
- }
28
+ }
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.15
1
+ sbt.version =0.13.16
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" io.get-coursier" % " sbt-coursier" % " 1.0.0-RC1" )
2
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.15" )
3
- addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.0.0" )
4
- addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 0.1.13" )
5
- addSbtPlugin(" com.dwijnand" % " sbt-travisci" % " 1.1.0" )
1
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.20" )
2
+ addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.0" )
3
+ addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 0.1.18" )
4
+ addSbtPlugin(" com.dwijnand" % " sbt-travisci" % " 1.1.1" )
5
+
6
+ addSbtCoursier
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" io.get-coursier" % " sbt-coursier" % " 1.0.0-RC1 " )
1
+ addSbtPlugin(" io.get-coursier" % " sbt-coursier" % " 1.0.0-RC12 " )
You can’t perform that action at this time.
0 commit comments