Skip to content

Commit

Permalink
Merge pull request #461 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
jarjar-abrams 1.8.1
  • Loading branch information
eed3si9n committed Feb 13, 2022
2 parents 82eadf8 + 1389aa8 commit c86a0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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" % "1.8.0",
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.8.1",
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
)
(pluginCrossBuild / sbtVersion) := {
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.5
sbt.version=1.6.2

0 comments on commit c86a0f7

Please sign in to comment.