Skip to content

Commit

Permalink
Upgrade to Scala 2.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jodersky committed May 2, 2021
1 parent 5f3a267 commit c2267bd
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 @@ -26,7 +26,7 @@ import $file.example.websockets2.build
import $file.example.websockets3.build
import $file.example.websockets4.build

val scala213 = "2.13.4"
val scala213 = "2.13.5"
val scala3 = "3.0.0-RC3"
val dottyCustomVersion = Option(sys.props("dottyVersion"))

Expand Down Expand Up @@ -103,7 +103,7 @@ object cask extends Cross[CaskMainModule]((Seq(scala213, scala3) ++ dottyCustomV
ivy"org.scala-js::scalajs-dom::0.9.7"
)
}
object js extends Cross[UtilJsModule](scala213)
object js extends Cross[UtilJsModule]("2.13.4")

}
}
Expand Down

0 comments on commit c2267bd

Please sign in to comment.