Skip to content

Commit

Permalink
bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 12, 2020
1 parent c805239 commit 91b00ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Deps {
}

val acyclic = ivy"com.lihaoyi::acyclic:0.2.0"
val ammonite = ivy"com.lihaoyi:::ammonite:2.0.1"
val ammonite = ivy"com.lihaoyi:::ammonite:2.0.2"
val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.2.5"
val coursier = ivy"io.get-coursier::coursier:2.0.0-RC5-3"
val flywayCore = ivy"org.flywaydb:flyway-core:6.0.1"
Expand All @@ -44,17 +44,17 @@ object Deps {
val jnaPlatform = ivy"net.java.dev.jna:jna-platform:4.5.0"
val junitInterface = ivy"com.novocode:junit-interface:0.11"
val lambdaTest = ivy"de.tototec:de.tobiasroeser.lambdatest:0.7.0"
val osLib = ivy"com.lihaoyi::os-lib:0.6.2"
val osLib = ivy"com.lihaoyi::os-lib:0.6.3"
val testng = ivy"org.testng:testng:6.11"
val sbtTestInterface = ivy"org.scala-sbt:test-interface:1.0"
def scalaCompiler(scalaVersion: String) = ivy"org.scala-lang:scala-compiler:${scalaVersion}"
val scalafmtDynamic = ivy"org.scalameta::scalafmt-dynamic:2.0.0-RC6"
def scalaReflect(scalaVersion: String) = ivy"org.scala-lang:scala-reflect:${scalaVersion}"
def scalacScoveragePlugin = ivy"org.scoverage::scalac-scoverage-plugin:1.4.0"
val sourcecode = ivy"com.lihaoyi::sourcecode:0.1.9"
val ujsonCirce = ivy"com.lihaoyi::ujson-circe:0.9.6"
val upickle = ivy"com.lihaoyi::upickle:0.9.6"
val utest = ivy"com.lihaoyi::utest:0.7.1"
val sourcecode = ivy"com.lihaoyi::sourcecode:0.2.0"
val ujsonCirce = ivy"com.lihaoyi::ujson-circe:0.9.7"
val upickle = ivy"com.lihaoyi::upickle:0.9.7"
val utest = ivy"com.lihaoyi::utest:0.7.3"
val zinc = ivy"org.scala-sbt::zinc:1.2.5"
val bsp = ivy"ch.epfl.scala:bsp4j:2.0.0-M4"
}
Expand Down

0 comments on commit 91b00ad

Please sign in to comment.