Skip to content

Commit d00e712

Browse files
committed
Update dependencies
1 parent 4d0736d commit d00e712

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ val pbdirect = crossProject(JSPlatform, JVMPlatform)
1616
crossScalaVersions := Seq("2.11.12", "2.12.8", "2.13.0"),
1717
libraryDependencies ++= Seq(
1818
"com.chuusai" %%% "shapeless" % "2.3.3",
19-
"org.typelevel" %%% "cats-core" % "2.0.0-M4",
19+
"org.typelevel" %%% "cats-core" % "2.0.0",
2020
"org.scalatest" %%% "scalatest" % "3.0.8" % Test
2121
),
2222
resolvers += "Sonatype OSS Snapshots" at
@@ -25,7 +25,7 @@ val pbdirect = crossProject(JSPlatform, JVMPlatform)
2525
)
2626
.jvmSettings(
2727
libraryDependencies ++= Seq(
28-
"com.google.protobuf" % "protobuf-java" % "3.9.0"
28+
"com.google.protobuf" % "protobuf-java" % "3.9.2"
2929
)
3030
)
3131
.jsSettings(

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sbt.version=1.2.8
1+
sbt.version=1.3.2
22

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.5")
22
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
3-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.28")
3+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.29")
44
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
55
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
66
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")

0 commit comments

Comments
 (0)