Skip to content

Commit

Permalink
Merge pull request #1106 from giabao/libs-update
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg authored May 3, 2020
2 parents 6cfc573 + fa24fa2 commit facfc1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
13 changes: 4 additions & 9 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ object Dependencies {
def scala210 = "2.10.7"
def scala211 = "2.11.12"
def scala212 = "2.12.11"
def scala213 = "2.13.1"
def scala213 = "2.13.2"
def coursierV = "2.0.0-RC5-6"
val currentScalaVersion = scala212

val jgit = "org.eclipse.jgit" % "org.eclipse.jgit" % "5.6.0.201912101111-r"
val jgit = "org.eclipse.jgit" % "org.eclipse.jgit" % "5.7.0.202003110725-r"

var testClasspath: String = "empty"
def semanticdb: ModuleID = "org.scalameta" % "semanticdb-scalac" % scalametaV cross CrossVersion.full
Expand All @@ -22,20 +22,15 @@ object Dependencies {
def semanticdbPluginLibrary = "org.scalameta" % "semanticdb-scalac-core" % scalametaV cross CrossVersion.full
def scalameta = "org.scalameta" %% "scalameta" % scalametaV
def scalatest = "org.scalatest" %% "scalatest" % "3.0.8"
def scalacheck = "org.scalacheck" %% "scalacheck" % "1.14.2"
def scalacheck = "org.scalacheck" %% "scalacheck" % "1.14.3"

def testsDeps = List(
// integration property tests
"io.get-coursier" %% "coursier" % coursierV,
"org.scala-lang.modules" %% "scala-xml" % "1.2.0",
"org.scala-lang.modules" %% "scala-xml" % "1.3.0",
"org.typelevel" %% "cats-core" % "2.0.0",
"com.typesafe.slick" %% "slick" % "3.3.2",
"com.chuusai" %% "shapeless" % "2.3.3",
scalacheck
)

def coursierDeps = Seq(
"io.get-coursier" %% "coursier" % coursierV,
"io.get-coursier" %% "coursier-cache" % coursierV
)
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.9
sbt.version=1.3.10
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.4")
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.27")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.1.5")

0 comments on commit facfc1f

Please sign in to comment.