Skip to content

Commit

Permalink
update fastparse
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkaczor committed Jun 20, 2022
1 parent f1d5042 commit 909700e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -17,9 +17,9 @@ sonatypeProfileName := "pl.newicom"
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"com.lihaoyi" %% "fastparse" % "2.2.2",
"ch.qos.logback" % "logback-classic" % "1.2.3" % Test,
"org.scalatest" %% "scalatest" % "3.2.0" % Test
"com.lihaoyi" %% "fastparse" % "2.2.4",
"ch.qos.logback" % "logback-classic" % "1.2.11" % Test,
"org.scalatest" %% "scalatest" % "3.2.12" % Test
)

Publish.settings

0 comments on commit 909700e

Please sign in to comment.