From d00e7121de69faafb0f741cf767cdef4f6a48e93 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Tue, 24 Sep 2019 06:15:15 +0000 Subject: [PATCH] Update dependencies --- build.sbt | 4 ++-- project/build.properties | 2 +- project/plugins.sbt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index e864972..8b25abc 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ val pbdirect = crossProject(JSPlatform, JVMPlatform) crossScalaVersions := Seq("2.11.12", "2.12.8", "2.13.0"), libraryDependencies ++= Seq( "com.chuusai" %%% "shapeless" % "2.3.3", - "org.typelevel" %%% "cats-core" % "2.0.0-M4", + "org.typelevel" %%% "cats-core" % "2.0.0", "org.scalatest" %%% "scalatest" % "3.0.8" % Test ), resolvers += "Sonatype OSS Snapshots" at @@ -25,7 +25,7 @@ val pbdirect = crossProject(JSPlatform, JVMPlatform) ) .jvmSettings( libraryDependencies ++= Seq( - "com.google.protobuf" % "protobuf-java" % "3.9.0" + "com.google.protobuf" % "protobuf-java" % "3.9.2" ) ) .jsSettings( diff --git a/project/build.properties b/project/build.properties index e2820dd..e93d37b 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,2 +1,2 @@ -sbt.version=1.2.8 +sbt.version=1.3.2 diff --git a/project/plugins.sbt b/project/plugins.sbt index 09e8e73..d026c80 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.5") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.28") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.29") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")