Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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