Skip to content

Commit

Permalink
v0.0.19: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lhns committed Feb 19, 2019
1 parent 83819d7 commit ced7266
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
inThisBuild(Seq(
name := "sbt-scalajs-webjar",
organization := "de.lolhens",
version := "0.0.18",
version := "0.0.19",
))

name := (ThisBuild / name).value

lazy val root = (project in file("."))
.enablePlugins(SbtPlugin)
.settings(
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.25")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.26")
)
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.1
sbt.version = 1.2.8
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
logLevel := Level.Warn

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.0")

0 comments on commit ced7266

Please sign in to comment.