Skip to content

Commit

Permalink
Upgrade to Scala Native 0.3.7 (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
densh authored and alexarchambault committed Apr 24, 2018
1 parent ec15269 commit 07989f0
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 454 deletions.
6 changes: 3 additions & 3 deletions 3rdparty/jvm/BUILD
Expand Up @@ -149,17 +149,17 @@ jar_library(
scala_jar(
org = "org.scala-native",
name = "nir",
rev = "0.3.6",
rev = "0.3.7",
),
scala_jar(
org = "org.scala-native",
name = "tools",
rev = "0.3.6",
rev = "0.3.7",
),
scala_jar(
org = "org.scala-native",
name = "util",
rev = "0.3.6",
rev = "0.3.7",
),
],
)
Expand Down

0 comments on commit 07989f0

Please sign in to comment.