File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ object Dependencies {
1111 val catsEffect = " 3.6.1"
1212 val ceMunit = " 2.1.0"
1313
14- val sbtProtoc = " 1.0.7 "
14+ val sbtProtoc = " 1.0.8 "
1515
1616 }
1717
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
55
66addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.4" )
77
8- addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.7 " ) // Because sbt-protoc-gen-project brings in 1.0.4
8+ addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.8 " ) // Because sbt-protoc-gen-project brings in 1.0.4
99addSbtPlugin(" com.thesamet" % " sbt-protoc-gen-project" % " 0.1.8" )
1010libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 0.11.17"
You can’t perform that action at this time.
0 commit comments