Skip to content

Commit

Permalink
Update Scala Native to 0.4.3 and Scala 2.13 to 2.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Jan 27, 2022
1 parent 23d3ae3 commit 6deea94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val V = new {
def munit = "0.7.29"
}
val scala212 = "2.12.15"
val scala213 = "2.13.6"
val scala213 = "2.13.8"
val scala3 = "3.0.2"
val ScalaVersions = List(scala213, scala212, scala3)
inThisBuild(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.30")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.3")

0 comments on commit 6deea94

Please sign in to comment.