We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0736d commit 22f6a75Copy full SHA for 22f6a75
build.sbt
@@ -16,7 +16,7 @@ val pbdirect = crossProject(JSPlatform, JVMPlatform)
16
crossScalaVersions := Seq("2.11.12", "2.12.8", "2.13.0"),
17
libraryDependencies ++= Seq(
18
"com.chuusai" %%% "shapeless" % "2.3.3",
19
- "org.typelevel" %%% "cats-core" % "2.0.0-M4",
+ "org.typelevel" %%% "cats-core" % "2.0.0-RC1",
20
"org.scalatest" %%% "scalatest" % "3.0.8" % Test
21
),
22
resolvers += "Sonatype OSS Snapshots" at
@@ -25,7 +25,7 @@ val pbdirect = crossProject(JSPlatform, JVMPlatform)
25
)
26
.jvmSettings(
27
28
- "com.google.protobuf" % "protobuf-java" % "3.9.0"
+ "com.google.protobuf" % "protobuf-java" % "3.9.1"
29
30
31
.jsSettings(
0 commit comments