We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617fd36 commit fd63656Copy full SHA for fd63656
project/BuildSettings.scala
@@ -5,7 +5,7 @@ import sbtassembly.AssemblyPlugin.autoImport._
5
object BuildSettings {
6
val buildOrganization = "cfpb"
7
val buildVersion = "1.0.0"
8
- val buildScalaVersion = "2.12.1"
+ val buildScalaVersion = "2.12.3"
9
10
val hmdaBuildSettings = Defaults.coreDefaultSettings ++
11
Seq(
project/scalajs.sbt
@@ -5,4 +5,4 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.8")
libraryDependencies += "com.trueaccord.scalapb" %% "compilerplugin" % "0.5.47"
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.16")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.19")
0 commit comments