From 96ee29b93db791ebcb103fd3b67e96d0e134c9a9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 5 Dec 2024 20:35:33 +0000 Subject: [PATCH] Update coursier to 2.1.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7704b20..180b2b7 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ inThisBuild( val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.5" -val coursierVersion = "2.1.19" +val coursierVersion = "2.1.20" lazy val bridge: Project = project .in(file("bridge"))