Skip to content

Commit

Permalink
bump scala and scalajs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
simerplaha committed Nov 3, 2021
1 parent e44f894 commit b302cf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
enablePlugins(ScalaJSPlugin)

name := "HtmlToScalaConverter"
name := "html-to-scala-converter"

version := "1.0.0"

scalaVersion := "2.13.6"
scalaVersion := "2.13.7"

scalaJSUseMainModuleInitializer := true

Expand Down
1 change: 0 additions & 1 deletion project/build.sbt

This file was deleted.

1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")

0 comments on commit b302cf9

Please sign in to comment.