Skip to content

Commit

Permalink
Merge pull request #550 from eed3si9n/wip/bump-jarjar
Browse files Browse the repository at this point in the history
jarjar-abrams-core 1.14.1
  • Loading branch information
eed3si9n authored Jan 20, 2025
2 parents 053fc05 + 264d1f8 commit aff59f1
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 @@ -11,7 +11,7 @@ def scala3 = "3.6.2"
ThisBuild / crossScalaVersions := Seq(scala212, scala3)
ThisBuild / scalaVersion := scala3

lazy val jarjar = "com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.14.0"
lazy val jarjar = "com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.14.1"

lazy val root = (project in file("."))
.enablePlugins(SbtPlugin, ContrabandPlugin)
Expand Down

0 comments on commit aff59f1

Please sign in to comment.