From 10fc9a37bab9f7ba8f45ebc0a5725f3fb4448f44 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Apr 2024 18:29:52 +0000 Subject: [PATCH] Update fastparse to 3.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dca09b6..f65383e 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ lazy val thebutlerdidit = crossProject(JSPlatform, JVMPlatform) version := "0.1.0-SNAPSHOT", organization := "org.pfcoperez", libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test, - libraryDependencies += "com.lihaoyi" %%% "fastparse" % "2.3.3", + libraryDependencies += "com.lihaoyi" %%% "fastparse" % "3.1.0", ). jvmSettings( // Add JVM-specific settings here