Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rikvdkleij committed Oct 2, 2021
1 parent 4e2d99f commit 11164c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ lazy val commonSettings = Seq(
scalaVersion := "2.13.6"
)

val scalaTest = "org.scalatest" %% "scalatest" % "3.2.0" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.9" % Test
val sprayJson = "io.spray" %% "spray-json" % "1.3.6"
val snakeYaml = "org.yaml" % "snakeyaml" % "1.26"
val scaffeine = "com.github.blemale" %% "scaffeine" % "4.0.2"
val snakeYaml = "org.yaml" % "snakeyaml" % "1.29"
val scaffeine = "com.github.blemale" %% "scaffeine" % "5.1.1"
val directories = "io.github.soc" % "directories" % "12"
val fastparse = "com.lihaoyi" %% "fastparse" % "2.3.1"
val fastparse = "com.lihaoyi" %% "fastparse" % "2.3.3"

intellijPluginName in ThisBuild := "IntelliJ-Haskell"

Expand Down

0 comments on commit 11164c8

Please sign in to comment.