Skip to content

Commit

Permalink
Update test-interface to 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 31, 2024
1 parent 0982aff commit 5972fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mill-build/src/millbuild/deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object Deps {
}

case object `47Deg` {
val memeid4s = ivy"com.47deg::memeid4s:${Versions.`memeid4s`}"
val memeid4s = ivy"com.47deg::memeid4s:${Versions.`memeid4s`}"
}

case object geirsson {
Expand Down Expand Up @@ -276,7 +276,7 @@ object ScalaVersions {
def scala3x = "3.3.4"

def scalaJSVersion = "1.17.0"
def scalaNativeVersion = "0.5.5"
def scalaNativeVersion = "0.5.6"
def millScalaVersion = "2.13.10"
}

Expand Down

0 comments on commit 5972fcd

Please sign in to comment.