Skip to content

Commit

Permalink
Link to the original commit of the Scala.js port
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect authored and WojciechMazur committed May 7, 2024
1 parent 3eb0b1c commit 5067a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
`scala-native-java-logging` is a BSD-licensed reimplementation of the `java.logging` API for Scala Native.
It enables this API in Scala Native projects.

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

## Usage

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ crossScalaVersions in ThisBuild := Seq("2.12.19", "2.13.14")
scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head

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

Expand Down

0 comments on commit 5067a94

Please sign in to comment.