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.
2 parents 4a59b7c + dc2b2df commit c7d005dCopy full SHA for c7d005d
build.sbt
@@ -13,7 +13,7 @@ lazy val V =
13
"3.17.3" // the oldest protoc version with Apple M1 support, see https://github.com/scalapb/ScalaPB/issues/1024#issuecomment-860126568
14
val coursier = "2.0.8"
15
val bsp = "2.0.0-M13"
16
- val moped = "0.1.10"
+ val moped = "0.1.11"
17
def scala213 = "2.13.6"
18
def scala212 = "2.12.14"
19
def scala211 = "2.11.12"
0 commit comments