From b3d3c3738da1c4ba9d1fea0301b7b59616834480 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 5 May 2023 19:20:24 +0000 Subject: [PATCH] Update coursier to 2.1.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c805adf0..64e40088 100644 --- a/build.sbt +++ b/build.sbt @@ -84,7 +84,7 @@ val functionalTests = Project("functional-tests", file("functional-tests")) .configs(IntegrationTest) .settings( crossScalaVersions += scala213, - libraryDependencies += "io.get-coursier" %% "coursier" % "2.1.2", + libraryDependencies += "io.get-coursier" %% "coursier" % "2.1.3", libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value, libraryDependencies += munit.value, testFrameworks += new TestFramework("munit.Framework"),