Skip to content

Commit

Permalink
scalapb 0.11.15 (#238)
Browse files Browse the repository at this point in the history
* scalapb 0.11.15

* Update plugins.sbt
  • Loading branch information
pjfanning authored Mar 8, 2024
1 parent e034618 commit 3aed4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

enablePlugins(BuildInfoPlugin)

val sbtProtocV = "1.0.6"
val sbtProtocV = "1.0.7"

buildInfoKeys := Seq[BuildInfoKey]("sbtProtocVersion" -> sbtProtocV)

Expand Down Expand Up @@ -41,4 +41,4 @@ libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.2022061
// scripted testing
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value

libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14"
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.15"

0 comments on commit 3aed4f1

Please sign in to comment.