Skip to content

Commit

Permalink
update(scalafix): from 0.12.0 to 0.12.1 (latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
vascorsd committed May 10, 2024
1 parent 4a02d58 commit 6974f0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scalafix/jvm-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = scalafix-jvm-bin
pkgdesc = Refactoring and linting tool for Scala. (jvm launcher version)
pkgver = 0.12.0
pkgver = 0.12.1
pkgrel = 1
url = https://scalacenter.github.io/scalafix
arch = any
Expand Down
4 changes: 2 additions & 2 deletions scalafix/jvm-bin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=scalafix-jvm-bin
pkgver=0.12.0
pkgver=0.12.1
pkgrel=1
pkgdesc="Refactoring and linting tool for Scala. (jvm launcher version)"
arch=('any')
Expand All @@ -10,7 +10,7 @@ makedepends=('coursier')

build() {
coursier \
bootstrap ch.epfl.scala:scalafix-cli_2.13.13:$pkgver \
bootstrap ch.epfl.scala:scalafix-cli_2.13.14:$pkgver \
-f --main "scalafix.cli.Cli" \
-o "${srcdir}/scalafix" \
--standalone
Expand Down

0 comments on commit 6974f0a

Please sign in to comment.