Skip to content

Commit bf37c9c

Browse files
Bump dependencies
1 parent dfab70d commit bf37c9c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

project/Deps.scala

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ object Deps {
77

88
import Def.setting
99

10-
def almondScalaApi = "sh.almond" % "scala-kernel-api" % "0.1.5" cross CrossVersion.full
10+
def almondScalaApi = "sh.almond" % "scala-kernel-api" % "0.1.9" cross CrossVersion.full
1111
def argonautShapeless = setting("com.github.alexarchambault" %%% "argonaut-shapeless_6.2" % "1.2.0-M8")
1212
def jodaTime = "joda-time" % "joda-time" % "2.9.1"
1313
def rhino = "org.mozilla" % "rhino" % "1.7.7.1"
14-
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.2")
15-
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.13" % "1.1.7")
16-
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "0.9.3")
14+
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.3")
15+
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.0-1")
16+
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "0.9.6")
1717
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.6.7")
18-
def scalaTest = "org.scalatest" %% "scalatest" % "3.0.4"
19-
def utest = setting("com.lihaoyi" %%% "utest" % "0.5.4")
18+
def scalaTest = "org.scalatest" %% "scalatest" % "3.0.5"
19+
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.6")
2020

2121
}

0 commit comments

Comments
 (0)