Skip to content

Commit

Permalink
Release 0.12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Dec 16, 2019
1 parent 0e17dbe commit 1a37fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbtcrossproject.CrossType


name := "youi" name := "youi"
organization in ThisBuild := "io.youi" organization in ThisBuild := "io.youi"
version in ThisBuild := "0.12.12-SNAPSHOT" version in ThisBuild := "0.12.12"
scalaVersion in ThisBuild := "2.13.1" scalaVersion in ThisBuild := "2.13.1"
crossScalaVersions in ThisBuild := List("2.13.1", "2.12.10") crossScalaVersions in ThisBuild := List("2.13.1", "2.12.10")
resolvers in ThisBuild ++= Seq( resolvers in ThisBuild ++= Seq(
Expand Down

0 comments on commit 1a37fe4

Please sign in to comment.