mirror of
https://github.com/fluencelabs/crypto
synced 2025-04-24 14:22:18 +00:00
Updated dependencies (#3)
This commit is contained in:
parent
3e0d21d197
commit
fcf7e08813
@ -1,5 +1,4 @@
|
||||
[](https://travis-ci.org/fluencelabs/crypto)
|
||||
[](https://gitter.im/fluencelabs/crypto?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
|
||||
# Сrypto
|
||||
|
||||
@ -45,7 +44,7 @@ Simplified JWT implementation, meaning a JSON-serialized header and claim with s
|
||||
// Bintray repo is used so far. Migration to Maven Central is planned
|
||||
resolvers += Resolver.bintrayRepo("fluencelabs", "releases")
|
||||
|
||||
val cryptoV = "0.0.1"
|
||||
val cryptoV = "0.0.3"
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"one.fluence" %%% "crypto-core" % cryptoV, // basic types and APIs
|
||||
|
12
build.sbt
12
build.sbt
@ -1,6 +1,6 @@
|
||||
import de.heikoseeberger.sbtheader.License
|
||||
import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
|
||||
import sbtcrossproject.crossProject
|
||||
import sbtcrossproject.CrossPlugin.autoImport.crossProject
|
||||
|
||||
name := "crypto"
|
||||
|
||||
@ -10,11 +10,11 @@ javaOptions in Test ++= Seq("-ea")
|
||||
|
||||
skip in publish := true // Skip root project
|
||||
|
||||
val scalaV = scalaVersion := "2.12.5"
|
||||
val scalaV = scalaVersion := "2.12.8"
|
||||
|
||||
val commons = Seq(
|
||||
scalaV,
|
||||
version := "0.0.2",
|
||||
version := "0.0.3",
|
||||
fork in Test := true,
|
||||
parallelExecution in Test := false,
|
||||
organization := "one.fluence",
|
||||
@ -31,15 +31,15 @@ val commons = Seq(
|
||||
|
||||
commons
|
||||
|
||||
val CodecV = "0.0.3"
|
||||
val CodecV = "0.0.4"
|
||||
|
||||
val CatsEffectV = "1.0.0-RC3"
|
||||
val CatsEffectV = "1.2.0"
|
||||
|
||||
val SloggingV = "0.6.1"
|
||||
|
||||
val ScalatestV = "3.0.+"
|
||||
|
||||
val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15on" % "1.59"
|
||||
val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15on" % "1.60"
|
||||
|
||||
enablePlugins(AutomateHeaderPlugin)
|
||||
|
||||
|
@ -1 +1 @@
|
||||
sbt.version = 1.2.1
|
||||
sbt.version = 1.2.8
|
||||
|
@ -1,15 +1,15 @@
|
||||
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.4.0")
|
||||
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
|
||||
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.15")
|
||||
|
||||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "4.1.0")
|
||||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0")
|
||||
|
||||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.22")
|
||||
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "0.3.1")
|
||||
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.3.1")
|
||||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.26")
|
||||
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "0.6.0")
|
||||
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
|
||||
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.10.0")
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.13.1")
|
||||
|
||||
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0")
|
||||
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")
|
||||
|
||||
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
|
Loading…
x
Reference in New Issue
Block a user