Skip to content

Commit

Permalink
bump scalafix to expose errors in scripted
Browse files Browse the repository at this point in the history
semanticdb-scalac is now only published for the 4 latest patch releases
for each minor scala version, see
scalameta/scalameta#3250
  • Loading branch information
bjaglin committed Sep 10, 2023
1 parent 28a5665 commit 8ef11e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
val x = List(1) // scalafix:ok
def scalafixVersion: String = "0.11.0+118-1b88e1f8-SNAPSHOT"
def scalafixVersion: String = "0.11.0+132-89b843d2-SNAPSHOT"

val all = List(
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.2.202306221912-r",
Expand Down

0 comments on commit 8ef11e7

Please sign in to comment.