Skip to content

Commit 22f6a75

Browse files
committed
Update dependencies
1 parent 4d0736d commit 22f6a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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-RC1",
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.1"
2929
)
3030
)
3131
.jsSettings(

0 commit comments

Comments
 (0)