File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11val Scala2_11 = " 2.11.12"
2- val Scala2_12 = " 2.12.4 "
3- val ScalaTest = " 3.0.4 "
2+ val Scala2_12 = " 2.12.8 "
3+ val ScalaTest = " 3.0.8 "
44
55val SharedSettings = Seq (
66 name := " translit-scala" ,
Original file line number Diff line number Diff line change 11[project ]
2- scalaVersion = " 2.12.6 "
3- scalaJsVersion = " 0.6.23 "
2+ scalaVersion = " 2.12.8 "
3+ scalaJsVersion = " 0.6.28 "
44scalaOptions = [
55 " -encoding" , " UTF-8" ,
66 " -unchecked" ,
@@ -23,5 +23,5 @@ targets = ["js", "jvm"]
2323sources = [" shared/src/test/scala" ]
2424targets = [" js" , " jvm" ]
2525scalaDeps = [
26- [" org.scalatest" , " scalatest" , " 3.0.5 " ]
26+ [" org.scalatest" , " scalatest" , " 3.0.8 " ]
2727]
Original file line number Diff line number Diff line change 11logLevel := Level .Warn
22
3- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.21 " )
3+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.28 " )
You can’t perform that action at this time.
0 commit comments