Skip to content

Commit

Permalink
Update mill-scalafix and Scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jan 29, 2025
1 parent cf5dbcb commit 4758d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import $ivy.`com.goyeau::mill-git::0.2.5`
import $ivy.`com.goyeau::mill-scalafix::0.3.1`
import $ivy.`com.goyeau::mill-scalafix::0.4.2`
import $ivy.`org.typelevel::scalac-options:0.1.4`

import $file.project.Dependencies
Expand All @@ -15,7 +15,7 @@ import mill.scalalib.publish.{Developer, License, PomSettings, VersionControl}
import org.typelevel.scalacoptions.ScalacOptions.{advancedOption, fatalWarningOptions, release, source3}
import org.typelevel.scalacoptions.{ScalaVersion, ScalacOptions}

object `kubernetes-client` extends Cross[KubernetesClientModule]("3.3.1", "2.13.10", "2.12.17")
object `kubernetes-client` extends Cross[KubernetesClientModule]("3.3.1", "2.13.15", "2.12.17")
trait KubernetesClientModule
extends CrossScalaModule
with StyleModule
Expand Down

0 comments on commit 4758d15

Please sign in to comment.