Skip to content

Commit 7cd62db

Browse files
kubukozBaccata
authored andcommitted
Use correct cross path for protobuf-runtime-scala
1 parent e7ca3ec commit 7cd62db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ lazy val protobuf = projectMatrix
715715
)
716716
else
717717
Seq(
718-
"com.thesamet.scalapb" %% "protobuf-runtime-scala" % "0.8.14"
718+
"com.thesamet.scalapb" %%% "protobuf-runtime-scala" % "0.8.14"
719719
)
720720
},
721721
Test / fork := virtualAxes.value.contains(VirtualAxis.jvm)

0 commit comments

Comments
 (0)