From 9ba6913644d56cff382e7fdd0c28e7e0480d1fe3 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Thu, 18 Aug 2022 20:49:30 +0200 Subject: [PATCH] dep: bump mill-scip to 0.2.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 25da73ca..29315979 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ lazy val V = def testcontainers = "0.39.3" def requests = "0.6.5" def minimalMillVersion = "0.10.0" - def millScipVersion = "0.2.2" + def millScipVersion = "0.2.3" } inThisBuild(