Skip to content

Commit

Permalink
Merge pull request #423 from eejbyfeldt/bump-jarjar-abrams
Browse files Browse the repository at this point in the history
Update jarjar-abrams to 0.3.1
  • Loading branch information
eed3si9n authored Aug 23, 2021
2 parents 05924ba + 9d87b0c commit 65828f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lazy val root = (project in file("."))
scalacOptions := Seq("-deprecation", "-unchecked", "-Dscalac.patmat.analysisBudget=1024", "-Xfuture")
libraryDependencies ++= Seq(
"org.scalactic" %% "scalactic" % "3.0.8",
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "0.1.0",
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "0.3.1",
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
)
(pluginCrossBuild / sbtVersion) := {
Expand Down

0 comments on commit 65828f3

Please sign in to comment.