From c864c85c223275ac083f0287b9c26657c3add143 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Mon, 29 May 2023 00:35:32 +0000 Subject: [PATCH] Update interface to 1.0.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7cafb585..9769296a 100644 --- a/build.sbt +++ b/build.sbt @@ -124,7 +124,7 @@ lazy val sharedJavaSettings = List( val V = new { val scalameta = "4.7.7" val munit = "1.0.0-M7" - val coursier = "1.0.15" + val coursier = "1.0.16" val scalacheck = "1.17.0" val pprint = "0.8.1" val fansi = "0.4.0"