Skip to content

Commit cdaae5e

Browse files
committed
Move jvmRepr to be managed in Dependencies.scala
1 parent 91abec9 commit cdaae5e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ object Dependencies {
4545

4646
val joptSimple = "net.sf.jopt-simple" % "jopt-simple" % "4.9" // MIT
4747

48+
val jvmRepr = "com.github.jupyter" % "jvm-repr" % "0.1.0" // BSD 3-clause
49+
4850
val playJson = "com.typesafe.play" %% "play-json" % "2.7.4" // Apache v2
4951

5052
val scalaCompiler = Def.setting{ "org.scala-lang" % "scala-compiler" % scalaVersion.value } // BSD 3-clause

scala-interpreter/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ import sbt.Tests.{Group, SubProcess}
1818
*/
1919

2020
libraryDependencies ++= Dependencies.sparkAll.value
21-
libraryDependencies += "com.github.jupyter" % "jvm-repr" % "0.1.0"
21+
libraryDependencies += Dependencies.jvmRepr

0 commit comments

Comments
 (0)