Skip to content

Commit

Permalink
Bump semanticdbVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Jun 9, 2023
1 parent 3331981 commit 39c11a3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/standard-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
sbt "++ 2.12.15 test"
sbt "++ 2.12.16 test"
sbt "++ 2.12.17 test"
sbt "++ 2.12.18 test"
test-213-1:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ lazy val testAgainstScalaVersions =
"2.12.14",
"2.12.15",
"2.12.16",
"2.12.17",
"2.13.2",
"2.13.3",
"2.13.4",
Expand All @@ -42,7 +43,7 @@ sonatypeProfileName := "org.virtuslab"
Global / onChangedBuildSource := ReloadOnSourceChanges

ThisBuild / semanticdbEnabled := true
ThisBuild / semanticdbVersion := "4.5.13"
ThisBuild / semanticdbVersion := "4.7.8"
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0"

lazy val commonSettings = Seq(
Expand Down
2 changes: 1 addition & 1 deletion examples/akka-cluster-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ lazy val ashDependencies =
lazy val logbackDependency = "ch.qos.logback" % "logback-classic" % logbackVersion

ThisBuild / semanticdbEnabled := true
ThisBuild / semanticdbVersion := "4.5.13"
ThisBuild / semanticdbVersion := "4.7.8"
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0"
2 changes: 1 addition & 1 deletion examples/akka-persistence-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ libraryDependencies ++= Seq(
AkkaSerializationHelperPlugin.circeAkkaSerializer)

ThisBuild / semanticdbEnabled := true
ThisBuild / semanticdbVersion := "4.5.13"
ThisBuild / semanticdbVersion := "4.7.8"
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0"
2 changes: 1 addition & 1 deletion examples/event-migration/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ libraryDependencies += "org.scalatest" %% "scalatest" % scalaTestVersion % Test
scalacOptions += "-Ymacro-annotations"

ThisBuild / semanticdbEnabled := true
ThisBuild / semanticdbVersion := "4.5.13"
ThisBuild / semanticdbVersion := "4.7.8"
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0"
scalacOptions += "-Ywarn-unused"

0 comments on commit 39c11a3

Please sign in to comment.