Skip to content

Commit 5067a94

Browse files
sideeffffectWojciechMazur
authored andcommitted
Link to the original commit of the Scala.js port
1 parent 3eb0b1c commit 5067a94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
`scala-native-java-logging` is a BSD-licensed reimplementation of the `java.logging` API for Scala Native.
66
It enables this API in Scala Native projects.
77

8-
Ported from https://github.com/scala-js/scala-js-java-logging.
8+
Ported from https://github.com/scala-js/scala-js-java-logging/tree/b166a058c85c6e3d1d305d84cb932efdc5c920af.
99

1010
## Usage
1111

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ crossScalaVersions in ThisBuild := Seq("2.12.19", "2.13.14")
44
scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
55

66
val commonSettings: Seq[Setting[_]] = Seq(
7-
version := "1.0.1-SNAPSHOT",
7+
version := "1.0.0-SNAPSHOT",
88
organization := "org.scala-native",
99
scalacOptions ++= Seq("-deprecation", "-feature"),
1010

0 commit comments

Comments
 (0)