From 5fd854e32944976f9b38c995cc971fa779640c65 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <123456+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 13:04:33 +0000 Subject: [PATCH] Update os-lib to 0.7.8 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index c027d09..c1ff962 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -2,7 +2,7 @@ object Versions { val scala213 = "2.13.6" val scala30 = "3.0.0" val sbtDotty = "0.5.3" - val osLib = "0.7.7" + val osLib = "0.7.8" val sourcecode = "0.2.7" val scala3Migrate = "0.4.2" val munit = "0.7.26"