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