Skip to content

Commit b611285

Browse files
author
Nick Grippin
authored
Merge pull request cfpb#1074 from jmarin/update-runtime
Update runtime
2 parents a772f50 + fd63656 commit b611285

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/BuildSettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import sbtassembly.AssemblyPlugin.autoImport._
55
object BuildSettings {
66
val buildOrganization = "cfpb"
77
val buildVersion = "1.0.0"
8-
val buildScalaVersion = "2.12.1"
8+
val buildScalaVersion = "2.12.3"
99

1010
val hmdaBuildSettings = Defaults.coreDefaultSettings ++
1111
Seq(

project/scalajs.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.8")
55

66
libraryDependencies += "com.trueaccord.scalapb" %% "compilerplugin" % "0.5.47"
77

8-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.16")
8+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.19")

0 commit comments

Comments
 (0)