Skip to content

Commit 908f889

Browse files
author
Lenny Halseth
committed
Update asm for Java 8 support.
1 parent 00e3ad2 commit 908f889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ object Dependencies {
3838
lazy val reactive = "cc.co.scala-reactive" %% "reactive-core" % "0.3.2.1"
3939
lazy val concLinkedHashMap = "com.googlecode.concurrentlinkedhashmap" % "concurrentlinkedhashmap-lru" % "1.2_jdk5"
4040
lazy val asm = Seq(
41-
"org.ow2.asm" % "asm" % "4.1",
42-
"org.ow2.asm" % "asm-commons" % "4.1"
41+
"org.ow2.asm" % "asm" % "5.1",
42+
"org.ow2.asm" % "asm-commons" % "5.1"
4343
)
4444
lazy val jna = Seq(
4545
"net.java.dev.jna" % "jna" % "4.1.0",

0 commit comments

Comments
 (0)