Skip to content

Commit 197f518

Browse files
committedMar 14, 2024·
jarjar-abrams-core 1.14.0
1 parent cef5f32 commit 197f518

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ def scala212 = "2.12.18"
1010
ThisBuild / crossScalaVersions := Seq(scala212)
1111
ThisBuild / scalaVersion := scala212
1212

13+
lazy val jarjar = "com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.14.0"
14+
1315
lazy val root = (project in file("."))
1416
.enablePlugins(SbtPlugin, ContrabandPlugin, SbtPlugin)
1517
.settings(pomConsistency2021DraftSettings)
1618
.settings(nocomma {
1719
name := "sbt-assembly"
1820
scalacOptions := Seq("-deprecation", "-unchecked", "-Dscalac.patmat.analysisBudget=1024", "-Xfuture")
19-
libraryDependencies ++= Seq(
20-
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.13.1",
21-
)
21+
libraryDependencies += jarjar
2222
(pluginCrossBuild / sbtVersion) := {
2323
scalaBinaryVersion.value match {
2424
case "2.12" => "1.2.8"

‎project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.7
1+
sbt.version=1.9.9

0 commit comments

Comments
 (0)
Please sign in to comment.