Skip to content

Commit

Permalink
Fix build on Java 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun authored and generalmimon committed Nov 21, 2020
1 parent 9d9a0eb commit af69228
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lazy val compiler = crossProject.in(file(".")).
organization := "io.kaitai",
version := sys.env.getOrElse("KAITAI_STRUCT_VERSION", VERSION),
licenses := Seq(("GPL-3.0", url("https://opensource.org/licenses/GPL-3.0"))),
scalaVersion := "2.12.4",
scalaVersion := "2.12.12",

// Repo publish options
publishTo := version { (v: String) =>
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.2.7
sbt.version = 1.4.3
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
logLevel := Level.Warn

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.12")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.28")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.33")

0 comments on commit af69228

Please sign in to comment.