Skip to content

Commit

Permalink
Bump mill-native-image lib
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosedp committed Oct 19, 2022
1 parent 03301f5 commit 0e24681
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object versions {
val millVersion = "0.10.8"
val scala213 = "2.13.10"
val semanticdb = "4.5.13"
val millnativeimage_plugin = "0.1.21"
val millnativeimage_plugin = "0.1.22"
val millvcsversion_plugin = "0.3.0"
val organizeimports = "0.6.0"
val utest = "0.8.1"
Expand All @@ -26,8 +26,6 @@ val pluginName = "mill-docker-nativeimage"

object plugin extends ScalaModule with CiReleaseModule with ScalafixModule with ScalafmtModule {
def scalaVersion = versions.scala213
// override def ivyDeps = super.ivyDeps() ++ Agg(
// )

override def ivyDeps = super.ivyDeps() ++ Agg(
ivy"com.lihaoyi::mill-scalalib:${versions.millVersion}",
Expand Down Expand Up @@ -74,9 +72,7 @@ object plugin extends ScalaModule with CiReleaseModule with ScalafixModule with
override def sonatypeSnapshotUri =
"https://s01.oss.sonatype.org/content/repositories/snapshots"

object test extends Tests with TestModule.ScalaTest {
def ivyDeps = Agg(ivy"com.lihaoyi::utest:${versions.utest}")
}
object test extends Tests with TestModule.ScalaTest {}
}

// Toplevel commands and aliases
Expand Down

0 comments on commit 0e24681

Please sign in to comment.