File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://travis-ci.org/scala-js/scala-js-java-logging.svg?branch=master )] ( https://travis-ci.org/scala-js/scala-js-java-logging )
44[ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-0.6.17.svg )] ( https://www.scala-js.org/ )
5+ [ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-1.0.0-M3.svg )] ( https://www.scala-js.org )
6+ [ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-1.0.0-M5.svg )] ( https://www.scala-js.org )
57
6- ` scalajs-java-logging ` is a BSD-licensed reimplementation of the ` java.logging ` API for Scala.js.
8+ ` scalajs-java-logging ` is a BSD-licensed reimplementation of the ` java.logging ` API for Scala.js.
79It enables this API in Scala.js projects.
810
911## Usage
1012
1113Simply add the following line to your sbt settings:
1214
1315``` scala
14- libraryDependencies += " org.scala-js" %%% " scalajs-java-logging" % " 0.1.4 "
16+ libraryDependencies += " org.scala-js" %%% " scalajs-java-logging" % " 0.1.5 "
1517```
1618
1719If you have a ` crossProject ` , the setting must be used only in the JS part:
@@ -20,7 +22,7 @@ If you have a `crossProject`, the setting must be used only in the JS part:
2022lazy val myCross = crossProject.
2123 ...
2224 jsSettings.(
23- libraryDependencies += " org.scala-js" %%% " scalajs-java-logging" % " 0.1.4 "
25+ libraryDependencies += " org.scala-js" %%% " scalajs-java-logging" % " 0.1.5 "
2426 )
2527```
2628
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ crossScalaVersions in ThisBuild := {
1212scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild ).value.head
1313
1414val commonSettings : Seq [Setting [_]] = Seq (
15- version := " 0.1.5-SNAPSHOT " ,
15+ version := " 0.1.5" ,
1616 organization := " org.scala-js" ,
1717 scalacOptions ++= Seq (" -deprecation" , " -feature" , " -Xfatal-warnings" ),
1818
You can’t perform that action at this time.
0 commit comments