Skip to content

Commit

Permalink
Correct compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
oranda committed Jul 14, 2018
1 parent 92e4bcc commit 9968085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._

import sbt.Keys._

import sbtcrossproject.CrossPlugin.autoImport.crossProject}
import sbtcrossproject.CrossPlugin.autoImport.crossProject

name := "Libanius Scala.js front-end"

Expand Down Expand Up @@ -69,4 +69,4 @@ lazy val appJVM = app.jvm.settings(
unmanagedResourceDirectories in Compile += baseDirectory(_ / "../jvm/src/main/resources").value,


).enablePlugins(JavaAppPackaging)
).enablePlugins(JavaAppPackaging)

0 comments on commit 9968085

Please sign in to comment.