Skip to content

Commit

Permalink
1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 24, 2019
1 parent b87cb87 commit 6bbf7b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ trait AmmDependenciesResourceFileModule extends JavaModule{
object ops extends Cross[OpsModule](binCrossScalaVersions:_*)
class OpsModule(val crossScalaVersion: String) extends AmmModule{
def ivyDeps = Agg(
ivy"com.lihaoyi::os-lib:0.6.0",
ivy"com.lihaoyi::os-lib:0.6.1",
ivy"org.scala-lang.modules::scala-collection-compat:2.1.2"
)
def scalacOptions = super.scalacOptions().filter(!_.contains("acyclic"))
Expand Down Expand Up @@ -170,8 +170,8 @@ object amm extends Cross[MainModule](fullCrossScalaVersions:_*){
def moduleDeps = Seq(ops(), amm.util(), interp.api(), amm.repl.api())
def crossFullScalaVersion = true
def ivyDeps = Agg(
ivy"com.lihaoyi::upickle:0.9.1",
ivy"com.lihaoyi::requests:0.4.1"
ivy"com.lihaoyi::upickle:0.9.2",
ivy"com.lihaoyi::requests:0.4.4"
)
}

Expand Down

0 comments on commit 6bbf7b9

Please sign in to comment.