Skip to content

Commit

Permalink
update bijection-core 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mlachkar committed May 11, 2020
1 parent c95c85e commit 186a272
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ lazy val testsInput = project
scalacOptions += warnUnusedImports.value, // For RemoveUnused
scalacOptions += "-Ywarn-unused", // For RemoveUnusedTerms
logLevel := Level.Error, // avoid flood of compiler warnings
libraryDependencies += "com.twitter" %% "bijection-core" % "0.9.6",
libraryDependencies += bijectionCore,
testsInputOutputSetting,
coverageEnabled := false
)
Expand All @@ -147,7 +147,7 @@ lazy val testsOutput = project
),
testsInputOutputSetting,
coverageEnabled := false,
libraryDependencies += "com.twitter" %% "bijection-core" % "0.9.6"
libraryDependencies += bijectionCore
)

lazy val testkit = project
Expand Down
1 change: 1 addition & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ object Dependencies {
def metacp = "org.scalameta" %% "metacp" % scalametaV
def semanticdbPluginLibrary = "org.scalameta" % "semanticdb-scalac-core" % scalametaV cross CrossVersion.full
def scalameta = "org.scalameta" %% "scalameta" % scalametaV
def bijectionCore = "com.twitter" %% "bijection-core" % "0.9.7"
def scalatest = "org.scalatest" %% "scalatest" % "3.1.2"
def scalacheck = "org.scalacheck" %% "scalacheck" % "1.14.3"

Expand Down

0 comments on commit 186a272

Please sign in to comment.