From 9a9b2c10eacf10952faea0ec18e76e20d101f813 Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Tue, 4 Jun 2024 01:31:21 -0700 Subject: This shold compile if not for the strange bug... --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index f457c495..c87b03f1 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import com.typesafe.tools.mima.core._ Compile / compile / logLevel := Level.Error -val scala3Version = "3.4.1" +val scala3Version = "3.4.2" lazy val commonSettings = Seq ( organization := "edu.berkeley.cs", -- cgit v1.2.3