mirror of https://github.com/sbt/sbt.git
Merge pull request #7493 from adpi2/sbt2-eval3
[2.x] Update eval for Scala 3.3.1
This commit is contained in:
commit
fcaf7afe10
|
|
@ -90,8 +90,7 @@ object Dependencies {
|
||||||
val sjsonNewMurmurhash = sjsonNew("sjson-new-murmurhash")
|
val sjsonNewMurmurhash = sjsonNew("sjson-new-murmurhash")
|
||||||
val sjsonNewCore = sjsonNew("sjson-new-core")
|
val sjsonNewCore = sjsonNew("sjson-new-core")
|
||||||
|
|
||||||
// val eval = ("com.eed3si9n.eval" % "eval" % "0.1.0").cross(CrossVersion.full)
|
val eval = ("com.eed3si9n.eval" % "eval" % "0.3.0").cross(CrossVersion.full)
|
||||||
val eval = "com.eed3si9n.eval" % "eval_3.1.1" % "0.1.0"
|
|
||||||
|
|
||||||
// JLine 3 version must be coordinated together with JAnsi version
|
// JLine 3 version must be coordinated together with JAnsi version
|
||||||
// and the JLine 2 fork version, which uses the same JAnsi
|
// and the JLine 2 fork version, which uses the same JAnsi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue