Skip to content

Commit

Permalink
Use correct cross path for protobuf-runtime-scala
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz authored and Baccata committed Feb 11, 2025
1 parent e7ca3ec commit 7cd62db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ lazy val protobuf = projectMatrix
)
else
Seq(
"com.thesamet.scalapb" %% "protobuf-runtime-scala" % "0.8.14"
"com.thesamet.scalapb" %%% "protobuf-runtime-scala" % "0.8.14"
)
},
Test / fork := virtualAxes.value.contains(VirtualAxis.jvm)
Expand Down

0 comments on commit 7cd62db

Please sign in to comment.