Skip to content

Commit

Permalink
Merge pull request #444 from eed3si9n/wip/jarjar
Browse files Browse the repository at this point in the history
Jar Jar Abrams 1.8.0
  • Loading branch information
eed3si9n authored Sep 1, 2021
2 parents c6e2384 + ab04120 commit 942c364
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.3.1",
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.8.0",
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
)
(pluginCrossBuild / sbtVersion) := {
Expand Down

0 comments on commit 942c364

Please sign in to comment.