File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# scalajs-java-logging
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 )
4- [ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-0.6.8 .svg )] ( https://www.scala-js.org/ )
4+ [ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-0.6.15 .svg )] ( https://www.scala-js.org/ )
55
66` scalajs-java-logging ` is a BSD-licensed reimplementation of the ` java.logging ` API for Scala.js.
77It enables this API in Scala.js projects.
@@ -11,7 +11,7 @@ It enables this API in Scala.js projects.
1111Simply add the following line to your sbt settings:
1212
1313``` scala
14- libraryDependencies += " org.scala-js" %%% " scalajs-java-logging" % " 0.1.0 "
14+ libraryDependencies += " org.scala-js" %%% " scalajs-java-logging" % " 0.1.1 "
1515```
1616
1717If you have a ` crossProject ` , the setting must be used only in the JS part:
@@ -20,7 +20,7 @@ If you have a `crossProject`, the setting must be used only in the JS part:
2020lazy val myCross = crossProject.
2121 ...
2222 jsSettings.(
23- libraryDependencies += " org.scala-js" %%% " scalajs-java-logging" % " 0.1.0 "
23+ libraryDependencies += " org.scala-js" %%% " scalajs-java-logging" % " 0.1.1 "
2424 )
2525```
2626
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import org.scalajs.sbtplugin.cross.CrossProject
44crossScalaVersions := Seq (" 2.10.6" , " 2.11.8" , " 2.12.1" )
55
66val commonSettings : Seq [Setting [_]] = Seq (
7- version := " 0.1.1-SNAPSHOT " ,
7+ version := " 0.1.1" ,
88 organization := " org.scala-js" ,
99 scalaVersion := " 2.11.8" ,
1010 scalacOptions ++= Seq (" -deprecation" , " -feature" , " -Xfatal-warnings" ),
You can’t perform that action at this time.
0 commit comments