Skip to content

Commit

Permalink
Update kernel, scala-interpreter, ... to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 13, 2019
1 parent e6f10a5 commit fbf66d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ object Dependencies {
)

val almond = Seq(
"sh.almond" %% "scala-interpreter" % "0.7.0" cross CrossVersion.full,
"sh.almond" %% "scala-kernel-api" % "0.7.0" cross CrossVersion.full,
"sh.almond" %% "kernel" % "0.7.0",
"sh.almond" %% "scala-interpreter" % "0.8.1" cross CrossVersion.full,
"sh.almond" %% "scala-kernel-api" % "0.8.1" cross CrossVersion.full,
"sh.almond" %% "kernel" % "0.8.1",
"com.github.alexarchambault" %% "case-app" % "2.0.0-M9"
)

Expand Down

0 comments on commit fbf66d7

Please sign in to comment.