Skip to content

Commit

Permalink
0.1.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
gekomad committed Jan 19, 2019
1 parent d4e4707 commit 1d3d5e4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name := "scala-regex-collection"

version := "0.0.2"
version := "0.1.0-M1"

scalaVersion := "2.12.8"
scalaVersion := "2.13.0-M5"
organization := "com.github.gekomad"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % Test
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.6-SNAP6" % Test

crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.6", "2.12.8")

crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.6", "2.12.8","2.13.0-M5")

publishTo := sonatypePublishTo.value

0 comments on commit 1d3d5e4

Please sign in to comment.