From 3666c5ec0f7fb2f8e5172d6b713219b855da0724 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Oct 2023 04:38:27 +0000 Subject: [PATCH] Update scalapb-validate-codegen, ... to 0.1.4 --- example/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/project/plugins.sbt b/example/project/plugins.sbt index 69bdd73..9d76ab1 100644 --- a/example/project/plugins.sbt +++ b/example/project/plugins.sbt @@ -4,6 +4,6 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.34") libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.10.7" -val validateVersion = "0.1.1" +val validateVersion = "0.1.4" libraryDependencies += "com.thesamet.scalapb" %% "scalapb-validate-codegen" % validateVersion