Skip to content

Commit

Permalink
Update scala3-library to 3.3.4 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns authored Nov 29, 2024
1 parent 76388aa commit e545c46
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
Expand Up @@ -15,7 +15,7 @@ object Versions {
val scalafixModuleVersion = "0.6.0"
}

val scalaVersions = List("2.12.19", "2.13.14", "3.3.3")
val scalaVersions = List("2.12.20", "2.13.14", "3.3.4")

trait Publishable extends PublishModule {
override def artifactName = "zmatrix"
Expand All @@ -38,7 +38,7 @@ trait ExtendedCrossScalaModule extends CrossScalaModule with ScalafixModule {
Agg(ivy"com.github.liancheng::organize-imports:${Versions.scalafixModuleVersion}")

override def scalacPluginIvyDeps =
Agg(ivy"com.github.ghik:::zerowaste:0.2.21")
Agg(ivy"com.github.ghik:::zerowaste:0.2.27")

override def scalacOptions = {
val specific =
Expand Down

0 comments on commit e545c46

Please sign in to comment.